Lines Matching refs:rmode
35 void Assembler::emitp(void* x, RelocInfo::Mode rmode) { in emitp() argument
38 if (!RelocInfo::IsNone(rmode)) { in emitp()
39 RecordRelocInfo(rmode, value); in emitp()
58 RelocInfo::Mode rmode, in emit_code_target() argument
60 DCHECK(RelocInfo::IsCodeTarget(rmode) || in emit_code_target()
61 rmode == RelocInfo::CODE_AGE_SEQUENCE); in emit_code_target()
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in emit_code_target()
65 RecordRelocInfo(rmode); in emit_code_target()
78 void Assembler::emit_runtime_entry(Address entry, RelocInfo::Mode rmode) { in emit_runtime_entry() argument
79 DCHECK(RelocInfo::IsRuntimeEntry(rmode)); in emit_runtime_entry()
80 RecordRelocInfo(rmode); in emit_runtime_entry()
523 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in debug_call_address()
529 DCHECK(IsDebugBreakSlot(rmode()) && IsPatchedDebugBreakSlotSequence()); in set_debug_call_address()
544 RelocInfo::Mode mode = rmode(); in Visit()
569 RelocInfo::Mode mode = rmode(); in Visit()