Lines Matching refs:target_address_at
72 Address target = Assembler::target_address_at(pc_, host_); in apply()
85 return Assembler::target_address_at(pc_, host_); in target_internal_reference()
96 return Assembler::target_address_at(pc_, host_); in target_address()
122 Address Assembler::target_address_at(Address pc, Code* code) { in target_address_at() function
124 return target_address_at(pc, constant_pool); in target_address_at()
157 return reinterpret_cast<Object*>(Assembler::target_address_at(pc_, host_)); in target_object()
164 reinterpret_cast<Object**>(Assembler::target_address_at(pc_, host_))); in target_object_handle()
187 return Assembler::target_address_at(pc_, host_); in target_external_reference()
256 Assembler::target_address_at(pc_ + kCodeAgingTargetDelta, host_)); in code_age_stub()
269 return Assembler::target_address_at(pc_, host_); in debug_call_address()
451 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() function