HomeSort by relevance Sort by last modified time
    Searched refs:SubCache (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
heap-inl.h 620 SubCache* cache = caches_[type];
622 caches_[type] = cache = new SubCache(type);
633 double TranscendentalCache::SubCache::Calculate(double input) {
657 MaybeObject* TranscendentalCache::SubCache::Get(double input) {
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 957 ASSERT(IsPowerOf2(TranscendentalCache::SubCache::kCacheSize));
958 __ andl(rcx, Immediate(TranscendentalCache::SubCache::kCacheSize - 1));
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]

Completed in 702 milliseconds