Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2600 enum class CacheBehaviour { in Compile() class
2636 CacheBehaviour cache_behaviour = GetCacheBehaviour(); in Compile()
2642 DCHECK_EQ(static_cast<int>(CacheBehaviour::kCount), in Compile()
2644 DCHECK_EQ(static_cast<int>(CacheBehaviour::kCount), in Compile()
2674 CacheBehaviour GetCacheBehaviour() { in Compile()
2677 return CacheBehaviour::kHitIsolateCacheWhenProduceCodeCache; in Compile()
2679 return CacheBehaviour::kProduceCodeCache; in Compile()
2685 return CacheBehaviour::kHitIsolateCacheWhenConsumeCodeCache; in Compile()
2687 return CacheBehaviour::kConsumeCodeCacheFailed; in Compile()
2689 return CacheBehaviour in Compile()
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters-definitions.h66 HR(compile_script_cache_behaviour, V8.CompileScript.CacheBehaviour, 0, 20, \

Completed in 5 milliseconds