COS              3483 src/arm/code-stubs-arm.cc     case TranscendentalCache::COS:
COS              3507 src/arm/code-stubs-arm.cc     case TranscendentalCache::COS: return Runtime::kMath_cos;
COS                43 src/arm/codegen-arm.cc     case TranscendentalCache::COS: return &cos;
COS              3384 src/arm/full-codegen-arm.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS              3566 src/arm/lithium-codegen-arm.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS               674 src/heap-inl.h     case COS:
COS              8928 src/hydrogen.cc   result->set_transcendental_type(TranscendentalCache::COS);
COS              2654 src/ia32/code-stubs-ia32.cc     case TranscendentalCache::COS: return Runtime::kMath_cos;
COS              2671 src/ia32/code-stubs-ia32.cc       type == TranscendentalCache::COS ||
COS              2740 src/ia32/code-stubs-ia32.cc       case TranscendentalCache::COS:
COS                70 src/ia32/codegen-ia32.cc       case TranscendentalCache::COS: return &cos;
COS              3317 src/ia32/full-codegen-ia32.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS              3450 src/ia32/lithium-codegen-ia32.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS              3618 src/mips/code-stubs-mips.cc     case TranscendentalCache::COS:
COS              3644 src/mips/code-stubs-mips.cc     case TranscendentalCache::COS: return Runtime::kMath_cos;
COS                43 src/mips/codegen-mips.cc     case TranscendentalCache::COS: return &cos;
COS              3413 src/mips/full-codegen-mips.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS              3333 src/mips/lithium-codegen-mips.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS               142 src/platform-posix.cc UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
COS               199 src/platform-win32.cc UNARY_MATH_FUNCTION(cos, CreateTranscendentalFunction(TranscendentalCache::COS))
COS              7598 src/runtime.cc   return isolate->transcendental_cache()->Get(TranscendentalCache::COS, x);
COS              1769 src/x64/code-stubs-x64.cc     case TranscendentalCache::COS: return Runtime::kMath_cos;
COS              1788 src/x64/code-stubs-x64.cc       type == TranscendentalCache::COS ||
COS              1860 src/x64/code-stubs-x64.cc       case TranscendentalCache::COS:
COS                68 src/x64/codegen-x64.cc       case TranscendentalCache::COS: return &cos;
COS              3282 src/x64/full-codegen-x64.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,
COS              3322 src/x64/lithium-codegen-x64.cc   TranscendentalCacheStub stub(TranscendentalCache::COS,