Home
last modified time | relevance | path

Searched defs:ScriptCompileTimerScope (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2595 struct ScriptCompileTimerScope { in Compile() struct
2600 enum class CacheBehaviour { in Compile()
2625 explicit ScriptCompileTimerScope( in Compile() argument
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()
[all …]