Home
last modified time | relevance | path

Searched refs:kSubCacheCount (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompilation-cache.cc30 CompilationSubCache* subcaches[kSubCacheCount] = in CompilationCache()
32 for (int i = 0; i < kSubCacheCount; ++i) { in CompilationCache()
367 for (int i = 0; i < kSubCacheCount; i++) { in Clear()
374 for (int i = 0; i < kSubCacheCount; i++) { in Iterate()
381 for (int i = 0; i < kSubCacheCount; i++) { in IterateFunctions()
388 for (int i = 0; i < kSubCacheCount; i++) { in MarkCompactPrologue()
Dcompilation-cache.h216 static const int kSubCacheCount = 4; variable
228 CompilationSubCache* subcaches_[kSubCacheCount];