Home
last modified time | relevance | path

Searched refs:CacheBehaviour (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompiler.cc1365 enum class CacheBehaviour { enum
1402 CacheBehaviour cache_behaviour = GetCacheBehaviour(); in ~ScriptCompileTimerScope()
1408 DCHECK_EQ(static_cast<int>(CacheBehaviour::kCount), in ~ScriptCompileTimerScope()
1410 DCHECK_EQ(static_cast<int>(CacheBehaviour::kCount), in ~ScriptCompileTimerScope()
1440 CacheBehaviour GetCacheBehaviour() { in GetCacheBehaviour()
1443 return CacheBehaviour::kHitIsolateCacheWhenProduceCodeCache; in GetCacheBehaviour()
1445 return CacheBehaviour::kProduceCodeCache; in GetCacheBehaviour()
1451 return CacheBehaviour::kHitIsolateCacheWhenConsumeCodeCache; in GetCacheBehaviour()
1453 return CacheBehaviour::kConsumeCodeCacheFailed; in GetCacheBehaviour()
1455 return CacheBehaviour::kConsumeCodeCache; in GetCacheBehaviour()
[all …]
Dcounters.h1174 HR(compile_script_cache_behaviour, V8.CompileScript.CacheBehaviour, 0, 20, \