Home | History | Annotate | Download | only in ppc

Lines Matching refs:expected_safepoint_kind_

43   DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
44 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
50 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
53 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
822 DCHECK(expected_safepoint_kind_ == kind);