Home | History | Annotate | Download | only in mips

Lines Matching refs:expected_safepoint_kind_

69   DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
70 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
78 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
82 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
864 DCHECK(expected_safepoint_kind_ == kind);