Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A 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()
H A Dcompilation-cache.h237 static constexpr int kSubCacheCount = 4; member in v8::internal::CompilationCache
238 CompilationSubCache* subcaches_[kSubCacheCount];

Completed in 2 milliseconds