Home | History | Annotate | Download | only in ia32

Lines Matching refs:TranscendentalCache

5831   TranscendentalCacheStub stub(TranscendentalCache::SIN);
5840 TranscendentalCacheStub stub(TranscendentalCache::COS);
8192 ASSERT(IsPowerOf2(TranscendentalCache::kCacheSize));
8193 __ and_(Operand(ecx), Immediate(TranscendentalCache::kCacheSize - 1));
8197 // ecx = TranscendentalCache::hash(double value).
8201 __ mov(eax, Operand(eax, type_ * sizeof(TranscendentalCache::caches_[0])));
8209 TranscendentalCache::Element test_elem[2];
8257 case TranscendentalCache::SIN: return Runtime::kMath_sin;
8258 case TranscendentalCache::COS: return Runtime::kMath_cos;
8269 ASSERT(type_ == TranscendentalCache::SIN ||
8270 type_ == TranscendentalCache::COS);
8337 case TranscendentalCache::SIN:
8340 case TranscendentalCache::COS: