Home | History | Annotate | Download | only in s390

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;
813 DCHECK(expected_safepoint_kind_ == kind);