Searched defs:ScriptCompileTimerScope (Results 1 – 1 of 1) sorted by relevance
2595 struct ScriptCompileTimerScope { in Compile() struct2600 enum class CacheBehaviour { in Compile()2625 explicit ScriptCompileTimerScope( in Compile() argument2635 ~ScriptCompileTimerScope() { in Compile()2652 void set_hit_isolate_cache() { hit_isolate_cache_ = true; } in Compile()2654 void set_producing_code_cache() { producing_code_cache_ = true; } in Compile()2656 void set_consuming_code_cache() { consuming_code_cache_ = true; } in Compile()2658 void set_consuming_code_cache_failed() { in Compile()2663 Isolate* isolate_; in Compile()2664 LazyTimedHistogramScope histogram_scope_; in Compile()[all …]