Lines Matching refs:rmode
239 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
246 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
282 RelocInfo::Mode mode = rmode(); in Visit()
307 RelocInfo::Mode mode = rmode(); in Visit()
404 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode, TypeFeedbackId id) { in emit() argument
405 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) { in emit()
407 } else if (!RelocInfo::IsNone(rmode) in emit()
408 && rmode != RelocInfo::CODE_AGE_SEQUENCE) { in emit()
409 RecordRelocInfo(rmode); in emit()
416 RelocInfo::Mode rmode, in emit() argument
419 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id); in emit()
532 void Operand::set_dispr(int32_t disp, RelocInfo::Mode rmode) { in set_dispr() argument
537 rmode_ = rmode; in set_dispr()
552 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() argument
555 set_dispr(disp, rmode); in Operand()