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/
H A Dframe-elider.cc26 if (instr->IsCall() || instr->IsDeoptimizeCall() || in MarkBlocks()
56 last->IsDeoptimizeCall()) { in MarkDeConstruction()
H A Dinstruction-scheduler.cc170 } else if (instr->IsDeoptimizeCall() || CanTrap(instr)) { in AddInstruction()
179 if (instr->IsDeoptimizeCall() || CanTrap(instr)) { in AddInstruction()
H A Dinstruction-scheduler.h192 return MayNeedDeoptOrTrapCheck(instr) || instr->IsDeoptimizeCall() || in DependsOnDeoptOrTrap()
H A Dinstruction.h952 bool IsDeoptimizeCall() const { in IsDeoptimizeCall() function in v8::internal::compiler::final
H A Dregister-allocator.cc4989 if (last->IsDeoptimizeCall()) { in ResolveControlFlow()

Completed in 14 milliseconds