Home
last modified time | relevance | path

Searched refs:IsDeoptimizeCall (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dframe-elider.cc26 if (instr->IsCall() || instr->IsDeoptimizeCall() || in MarkBlocks()
57 last->IsDeoptimizeCall()) { in MarkDeConstruction()
Dinstruction-scheduler.cc158 } else if (instr->IsDeoptimizeCall()) { in AddInstruction()
Dinstruction.h869 bool IsDeoptimizeCall() const { in IsDeoptimizeCall() function