Home
last modified time | relevance | path

Searched refs:invocation_frequency_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h289 float const invocation_frequency_; variable
Dast-graph-builder.h81 float const invocation_frequency_; variable
Dbytecode-graph-builder.cc471 invocation_frequency_(invocation_frequency), in BytecodeGraphBuilder()
1577 return nexus.ComputeCallFrequency() * invocation_frequency_; in ComputeCallFrequency()
Dast-graph-builder.cc279 invocation_frequency_(invocation_frequency), in AstGraphBuilder()
2248 return nexus.ComputeCallFrequency() * invocation_frequency_; in ComputeCallFrequency()