Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc69 void CompilationSubCache::AgeCustom(CompilationSubCache* c) { in AgeCustom() function in v8::internal::CompilationSubCache
76 if (FLAG_isolate_script_cache_ageing) AgeCustom(this); in Age()
78 void CompilationCacheEval::Age() { AgeCustom(this); } in Age()
Dcompilation-cache.h70 static void AgeCustom(CompilationSubCache* c);