Lines Matching refs:target
85 // output before the next target.
86 // For an instruction like LUI/ORI where the target bits are mixed into the
87 // instruction bits, the size of the target will be zero, indicating that the
88 // serializer should not step forward in memory after a target is resolved
92 // place, ready to be patched with the target. After jump optimization,
110 Address instruction_payload, Code code, Address target) {
113 target);
122 Address target) {
129 int32_t imm = static_cast<int32_t>(target);
149 Address pc, Address target, RelocInfo::Mode mode) {
152 set_target_internal_reference_encoded_at(pc, target);
155 Memory<Address>(pc) = target;
180 void RelocInfo::set_target_object(Heap* heap, HeapObject target,
186 WriteUnalignedValue(pc_, target.ptr());
189 Assembler::set_target_address_at(pc_, constant_pool_, target.ptr(),
194 WriteBarrierForCode(host(), this, target);
204 Address target, ICacheFlushMode icache_flush_mode) {
206 Assembler::set_target_address_at(pc_, constant_pool_, target,
239 void RelocInfo::set_target_runtime_entry(Address target,
243 if (target_address() != target)
244 set_target_address(target, write_barrier_mode, icache_flush_mode);