Home | History | Annotate | Download | only in optimizing

Lines Matching refs:successor_

116       : SlowPathCode(instruction), successor_(successor) {}
126 if (successor_ == nullptr) {
129 __ b(arm_codegen->GetLabelOf(successor_));
134 DCHECK(successor_ == nullptr);
139 return successor_;
146 HBasicBlock* const successor_;
148 // If `successor_` is null, the label to branch to after the suspend check.