Searched defs:ScriptCompileTimerScope (Results 1 – 1 of 1) sorted by relevance
1360 struct ScriptCompileTimerScope { struct1365 enum class CacheBehaviour {1390 explicit ScriptCompileTimerScope( in ScriptCompileTimerScope() function1401 ~ScriptCompileTimerScope() { in ~ScriptCompileTimerScope()1418 void set_hit_isolate_cache() { hit_isolate_cache_ = true; } in set_hit_isolate_cache()1420 void set_producing_code_cache() { producing_code_cache_ = true; } in set_producing_code_cache()1422 void set_consuming_code_cache() { consuming_code_cache_ = true; } in set_consuming_code_cache()1424 void set_consuming_code_cache_failed() { in set_consuming_code_cache_failed()1429 Isolate* isolate_;1430 LazyTimedHistogramScope histogram_scope_;[all …]