Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h245 SpeculationMode GetSpeculationMode(int slot_id) const;
Dbytecode-graph-builder.cc1722 GetSpeculationMode(slot_id)); in BuildCall()
2221 SpeculationMode BytecodeGraphBuilder::GetSpeculationMode(int slot_id) const { in GetSpeculationMode() function in v8::internal::compiler::BytecodeGraphBuilder
2223 return nexus.GetSpeculationMode(); in GetSpeculationMode()
/external/v8/src/
Dfeedback-vector.h639 SpeculationMode GetSpeculationMode();
Dfeedback-vector.cc838 SpeculationMode FeedbackNexus::GetSpeculationMode() { in GetSpeculationMode() function in v8::internal::FeedbackNexus