Lines Matching defs:target
55 Address target = Memory<Address>(pc_);
56 Memory<Address>(pc_) = target + delta;
60 Address target = Assembler::target_address_at(pc_, constant_pool_);
61 Assembler::set_target_address_at(pc_, constant_pool_, target + delta,
102 // output before the next target.
103 // For an instruction like LIS/ORI where the target bits are mixed into the
104 // instruction bits, the size of the target will be zero, indicating that the
105 // serializer should not step forward in memory after a target is resolved
122 Address pc, Address constant_pool, Tagged_t target,
125 pc, constant_pool, static_cast<Address>(target), icache_flush_mode);
183 void RelocInfo::set_target_object(Heap* heap, HeapObject target,
188 WriteUnalignedValue(pc_, target.ptr());
192 pc_, constant_pool_, CompressTagged(target.ptr()), icache_flush_mode);
195 Assembler::set_target_address_at(pc_, constant_pool_, target.ptr(),
200 WriteBarrierForCode(host(), this, target);
210 Address target, ICacheFlushMode icache_flush_mode) {
212 Assembler::set_target_address_at(pc_, constant_pool_, target,
221 void RelocInfo::set_target_runtime_entry(Address target,
225 if (target_address() != target)
226 set_target_address(target, write_barrier_mode, icache_flush_mode);
422 Address instruction_payload, Code code, Address target) {
425 target);
434 Address pc, Address target, RelocInfo::Mode mode) {
436 set_target_address_at(pc, kNullAddress, target, SKIP_ICACHE_FLUSH);
438 Memory<Address>(pc) = target;
444 Address target,
450 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;
464 uintptr_t itarget = static_cast<uintptr_t>(target);
491 uint32_t itarget = static_cast<uint32_t>(target);