Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc34 CompilationSubCache* subcaches[kSubCacheCount] = { in CompilationCache()
36 for (int i = 0; i < kSubCacheCount; ++i) { in CompilationCache()
377 for (int i = 0; i < kSubCacheCount; i++) { in Clear()
383 for (int i = 0; i < kSubCacheCount; i++) { in Iterate()
389 for (int i = 0; i < kSubCacheCount; i++) { in MarkCompactPrologue()
Dcompilation-cache.h237 static constexpr int kSubCacheCount = 4; variable
238 CompilationSubCache* subcaches_[kSubCacheCount];