Home | History | Annotate | Download | only in mips64

Lines Matching refs:expected_safepoint_kind_

45   DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
46 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
54 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
58 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
853 DCHECK(expected_safepoint_kind_ == kind);