Lines Matching refs:Address

69 Address RelocInfo::target_address() {  in target_address()
74 Address RelocInfo::target_address_address() { in target_address_address()
83 return reinterpret_cast<Address>(pc_); in target_address_address()
91 Address RelocInfo::constant_pool_entry_address() { in constant_pool_entry_address()
120 reinterpret_cast<Address>(target), in set_target_object()
132 Address RelocInfo::target_external_reference() { in target_external_reference()
138 Address RelocInfo::target_internal_reference() { in target_internal_reference()
144 Address RelocInfo::target_internal_reference_address() { in target_internal_reference_address()
146 return reinterpret_cast<Address>(pc_); in target_internal_reference_address()
150 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry()
156 void RelocInfo::set_target_runtime_entry(Address target, in set_target_runtime_entry()
167 Address address = Memory::Address_at(pc_); in target_cell_handle()
182 Address address = cell->address() + Cell::kValueOffset; in set_target_cell()
217 Address RelocInfo::debug_call_address() { in debug_call_address()
225 void RelocInfo::set_debug_call_address(Address target) { in set_debug_call_address()
348 Address Assembler::target_address_from_return_address(Address pc) { in target_address_from_return_address()
382 Address candidate = pc - 2 * Assembler::kInstrSize; in target_address_from_return_address()
408 Address Assembler::return_address_from_call_start(Address pc) { in return_address_from_call_start()
442 Isolate* isolate, Address constant_pool_entry, Code* code, Address target) { in deserialization_set_special_target_at()
452 Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) { in deserialization_set_target_internal_reference_at()
457 bool Assembler::is_constant_pool_load(Address pc) { in is_constant_pool_load()
472 Address Assembler::constant_pool_entry_address(Address pc, in constant_pool_entry_address()
473 Address constant_pool) { in constant_pool_entry_address()
511 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at()
521 return reinterpret_cast<Address>( in target_address_at()
534 Address ret = reinterpret_cast<Address>( in target_address_at()
542 void Assembler::set_target_address_at(Isolate* isolate, Address pc, in set_target_address_at()
543 Address constant_pool, Address target, in set_target_address_at()