Home
last modified time | relevance | path

Searched refs:ComputeCallFrequency (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h184 float ComputeCallFrequency(int slot_id) const;
Dast-graph-builder.h252 float ComputeCallFrequency(FeedbackSlot slot) const;
Dbytecode-graph-builder.cc1327 float const frequency = ComputeCallFrequency(slot_id); in BuildCall()
1489 float const frequency = ComputeCallFrequency(slot_id); in VisitConstruct()
1575 float BytecodeGraphBuilder::ComputeCallFrequency(int slot_id) const { in ComputeCallFrequency() function in v8::internal::compiler::BytecodeGraphBuilder
1577 return nexus.ComputeCallFrequency() * invocation_frequency_; in ComputeCallFrequency()
Dast-graph-builder.cc1696 float const frequency = ComputeCallFrequency(expr->CallFeedbackICSlot()); in VisitCall()
1724 float const frequency = ComputeCallFrequency(expr->CallNewFeedbackSlot()); in VisitCallNew()
2243 float AstGraphBuilder::ComputeCallFrequency(FeedbackSlot slot) const { in ComputeCallFrequency() function in v8::internal::compiler::AstGraphBuilder
2248 return nexus.ComputeCallFrequency() * invocation_frequency_; in ComputeCallFrequency()
/external/v8/src/
Dfeedback-vector.h533 float ComputeCallFrequency();
Dfeedback-vector.cc591 float CallICNexus::ComputeCallFrequency() { in ComputeCallFrequency() function in v8::internal::CallICNexus