Searched defs:ScriptCompileTimerScope (Results 1 – 1 of 1) sorted by relevance
2249 struct ScriptCompileTimerScope { struct2254 enum class CacheBehaviour {2279 explicit ScriptCompileTimerScope( in ScriptCompileTimerScope() argument2290 ~ScriptCompileTimerScope() { in ~ScriptCompileTimerScope()2307 void set_hit_isolate_cache() { hit_isolate_cache_ = true; } in set_hit_isolate_cache()2309 void set_producing_code_cache() { producing_code_cache_ = true; } in set_producing_code_cache()2311 void set_consuming_code_cache() { consuming_code_cache_ = true; } in set_consuming_code_cache()2313 void set_consuming_code_cache_failed() { in set_consuming_code_cache_failed()2318 Isolate* isolate_;2319 LazyTimedHistogramScope histogram_scope_;[all …]