Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1398 consuming_code_cache_(false), in ScriptCompileTimerScope()
1422 void set_consuming_code_cache() { consuming_code_cache_ = true; } in set_consuming_code_cache()
1437 bool consuming_code_cache_; member
1449 if (consuming_code_cache_) { in GetCacheBehaviour()