Searched refs:Deopt (Results 1 – 5 of 5) sorted by relevance
101 V(Deopt) \1427 node->Is<Deopt>() || in set_next_post_dominating_hole()1565 class Deopt : public ControlNode {1567 explicit Deopt(uint32_t bitfield) : ControlNode(bitfield) { in Deopt() function1568 DCHECK_EQ(NodeBase::opcode(), opcode_of<Deopt>); in Deopt()
178 if (first->Is<Return>() || first->Is<Deopt>() || in ComputePostDominatingHoles()244 } else if (control->Is<Deopt>()) { in AllocateRegisters()
886 void Deopt::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg()888 void Deopt::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode()
123 BasicBlock* block = CreateBlock<Deopt>({}); in EmitUnconditionalDeopt()
132 'V8 Random Deopt Fuzzer - debug': 'debug_x64',