Home | History | Annotate | Download | only in optimizing

Lines Matching refs:successor_

293       : SlowPathCodeMIPS64(instruction), successor_(successor) {}
305 if (successor_ == nullptr) {
308 __ Bc(mips64_codegen->GetLabelOf(successor_));
313 DCHECK(successor_ == nullptr);
321 HBasicBlock* const successor_;
323 // If `successor_` is null, the label to branch to after the suspend check.