Lines Matching refs:target
82 // output before the next target.
83 // For an instruction like LUI/ORI where the target bits are mixed into the
84 // instruction bits, the size of the target will be zero, indicating that the
85 // serializer should not step forward in memory after a target is resolved
89 // place, ready to be patched with the target. After jump optimization,
100 Address instruction_payload, Code code, Address target) {
103 target);
112 Address target) {
116 uint64_t imm28 = target & static_cast<uint64_t>(kImm28Mask);
128 Address pc, Address target, RelocInfo::Mode mode) {
131 set_target_internal_reference_encoded_at(pc, target);
134 Memory<Address>(pc) = target;
158 void RelocInfo::set_target_object(Heap* heap, HeapObject target,
164 WriteUnalignedValue(pc_, target.ptr());
167 Assembler::set_target_address_at(pc_, constant_pool_, target.ptr(),
172 WriteBarrierForCode(host(), this, target);
182 Address target, ICacheFlushMode icache_flush_mode) {
184 Assembler::set_target_address_at(pc_, constant_pool_, target,
212 void RelocInfo::set_target_runtime_entry(Address target,
216 if (target_address() != target)
217 set_target_address(target, write_barrier_mode, icache_flush_mode);