Lines Matching refs:rmode
240 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
247 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
283 RelocInfo::Mode mode = rmode(); in Visit()
308 RelocInfo::Mode mode = rmode(); in Visit()
405 void Assembler::emit(uint32_t x, RelocInfo::Mode rmode, TypeFeedbackId id) { in emit() argument
406 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) { in emit()
408 } else if (!RelocInfo::IsNone(rmode) in emit()
409 && rmode != RelocInfo::CODE_AGE_SEQUENCE) { in emit()
410 RecordRelocInfo(rmode); in emit()
417 RelocInfo::Mode rmode, in emit() argument
420 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id); in emit()
533 void Operand::set_dispr(int32_t disp, RelocInfo::Mode rmode) { in set_dispr() argument
538 rmode_ = rmode; in set_dispr()
547 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() argument
550 set_dispr(disp, rmode); in Operand()