Lines Matching full:address
65 imm64_ = reinterpret_cast<int64_t>(f.address());
100 Address RelocInfo::target_address() {
106 Address RelocInfo::target_address_address() {
111 // Read the address of the word containing the target_address in an
123 // that is the address of the instruction that follows J/JAL/JR/JALR
125 // return reinterpret_cast<Address>(
127 return reinterpret_cast<Address>(
132 Address RelocInfo::constant_pool_entry_address() {
143 void RelocInfo::set_target_address(Address target,
158 Address Assembler::target_address_from_return_address(Address pc) {
163 void Assembler::set_target_internal_reference_encoded_at(Address pc,
164 Address target) {
182 Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) {
211 reinterpret_cast<Address>(target),
222 Address RelocInfo::target_external_reference() {
228 Address RelocInfo::target_internal_reference() {
239 return reinterpret_cast<Address>(segment | imm28);
244 Address RelocInfo::target_internal_reference_address() {
246 return reinterpret_cast<Address>(pc_);
250 Address RelocInfo::target_runtime_entry(Assembler* origin) {
256 void RelocInfo::set_target_runtime_entry(Address target,
267 Address address = Memory::Address_at(pc_);
268 return Handle<Cell>(reinterpret_cast<Cell**>(address));
282 Address address = cell->address() + Cell::kValueOffset;
283 Memory::Address_at(pc_) = address;
317 Address RelocInfo::debug_call_address() {
325 void RelocInfo::set_debug_call_address(Address target) {