Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-cache.cc29 CompilationSubCache* subcaches[kSubCacheCount] = in CompilationCache()
31 for (int i = 0; i < kSubCacheCount; ++i) { in CompilationCache()
355 for (int i = 0; i < kSubCacheCount; i++) { in Clear()
362 for (int i = 0; i < kSubCacheCount; i++) { in Iterate()
369 for (int i = 0; i < kSubCacheCount; i++) { in IterateFunctions()
376 for (int i = 0; i < kSubCacheCount; i++) { in MarkCompactPrologue()
Dcompilation-cache.h220 static const int kSubCacheCount = 4; variable
232 CompilationSubCache* subcaches_[kSubCacheCount];