Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dframe-elider.cc26 if (instr->IsCall() || instr->IsDeoptimizeCall() || in MarkBlocks()
56 last->IsDeoptimizeCall()) { in MarkDeConstruction()
Dinstruction-scheduler.cc170 } else if (instr->IsDeoptimizeCall() || CanTrap(instr)) { in AddInstruction()
179 if (instr->IsDeoptimizeCall() || CanTrap(instr)) { in AddInstruction()
Dinstruction-scheduler.h192 return MayNeedDeoptOrTrapCheck(instr) || instr->IsDeoptimizeCall() || in DependsOnDeoptOrTrap()
Dinstruction.h952 bool IsDeoptimizeCall() const { in IsDeoptimizeCall() function
Dregister-allocator.cc4989 if (last->IsDeoptimizeCall()) { in ResolveControlFlow()