Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc37 subcaches_[i] = subcaches[i]; in CompilationCache()
378 subcaches_[i]->Clear(); in Clear()
384 subcaches_[i]->Iterate(v); in Iterate()
390 subcaches_[i]->Age(); in MarkCompactPrologue()
Dcompilation-cache.h238 CompilationSubCache* subcaches_[kSubCacheCount]; variable