Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1397 producing_code_cache_(false), in ScriptCompileTimerScope()
1420 void set_producing_code_cache() { producing_code_cache_ = true; } in set_producing_code_cache()
1436 bool producing_code_cache_; member
1441 if (producing_code_cache_) { in GetCacheBehaviour()