Lines Matching refs:Address
65 imm64_ = reinterpret_cast<int64_t>(f.address());
125 Address RelocInfo::target_address() {
131 Address RelocInfo::target_address_address() {
136 // Read the address of the word containing the target_address in an
148 // that is the address of the instruction that follows J/JAL/JR/JALR
150 // return reinterpret_cast<Address>(
152 return reinterpret_cast<Address>(
157 Address RelocInfo::constant_pool_entry_address() {
168 void RelocInfo::set_target_address(Address target,
182 Address Assembler::target_address_from_return_address(Address pc) {
187 Address Assembler::break_address_from_return_address(Address pc) {
210 reinterpret_cast<Address>(target),
221 Address RelocInfo::target_reference() {
227 Address RelocInfo::target_runtime_entry(Assembler* origin) {
233 void RelocInfo::set_target_runtime_entry(Address target,
244 Address address = Memory::Address_at(pc_);
245 return Handle<Cell>(reinterpret_cast<Cell**>(address));
259 Address address = cell->address() + Cell::kValueOffset;
260 Memory::Address_at(pc_) = address;
295 Address RelocInfo::call_address() {
305 void RelocInfo::set_call_address(Address target) {