Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc1360 struct ScriptCompileTimerScope { struct
1365 enum class CacheBehaviour {
1390 explicit ScriptCompileTimerScope( in ScriptCompileTimerScope() function
1401 ~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 …]