Lines Matching defs:ScriptCompileTimerScope
2595 struct ScriptCompileTimerScope { in Compile() struct
2600 enum class CacheBehaviour { in Compile()
2625 explicit ScriptCompileTimerScope( in Compile() function
2635 ~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()
2667 NestedTimedHistogramScope all_scripts_histogram_scope_; in Compile()
2668 ScriptCompiler::NoCacheReason no_cache_reason_; in Compile()
2669 bool hit_isolate_cache_; in Compile()
2670 bool producing_code_cache_; in Compile()
2671 bool consuming_code_cache_; in Compile()
2672 bool consuming_code_cache_failed_; in Compile()
2674 CacheBehaviour GetCacheBehaviour() { in Compile()
2739 TimedHistogram* GetCacheBehaviourTimedHistogram( in Compile()