Lines Matching defs:target
54 // output before the next target.
55 // For an instruction like LUI/ORI where the target bits are mixed into the
56 // instruction bits, the size of the target will be zero, indicating that the
57 // serializer should not step forward in memory after a target is resolved
61 // place, ready to be patched with the target. After jump optimization,
72 Address instruction_payload, Code code, Address target) {
75 target);
84 Address pc, Address target, RelocInfo::Mode mode) {
85 WriteUnalignedValue<Address>(pc, target);
110 void RelocInfo::set_target_object(Heap* heap, HeapObject target,
116 WriteUnalignedValue(pc_, target.ptr());
119 Assembler::set_target_address_at(pc_, constant_pool_, target.ptr(),
124 WriteBarrierForCode(host(), this, target);
134 Address target, ICacheFlushMode icache_flush_mode) {
136 Assembler::set_target_address_at(pc_, constant_pool_, target,
167 void RelocInfo::set_target_runtime_entry(Address target,
171 if (target_address() != target)
172 set_target_address(target, write_barrier_mode, icache_flush_mode);