Lines Matching refs:Address
58 Address target = Memory::Address_at(pc_); in apply()
63 Address target = Assembler::target_address_at(pc_, host_); in apply()
70 Address RelocInfo::target_internal_reference() { in target_internal_reference()
82 Address RelocInfo::target_internal_reference_address() { in target_internal_reference_address()
84 return reinterpret_cast<Address>(pc_); in target_internal_reference_address()
88 Address RelocInfo::target_address() { in target_address()
93 Address RelocInfo::target_address_address() { in target_address_address()
102 return reinterpret_cast<Address>(pc_); in target_address_address()
114 return reinterpret_cast<Address>(pc_); in target_address_address()
118 Address RelocInfo::constant_pool_entry_address() { in constant_pool_entry_address()
120 Address constant_pool = host_->constant_pool(); in constant_pool_entry_address()
135 Address Assembler::target_address_from_return_address(Address pc) { in target_address_from_return_address()
155 Address Assembler::return_address_from_call_start(Address pc) { in return_address_from_call_start()
185 reinterpret_cast<Address>(target), in set_target_object()
196 Address RelocInfo::target_external_reference() { in target_external_reference()
202 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry()
208 void RelocInfo::set_target_runtime_entry(Address target, in set_target_runtime_entry()
219 Address address = Memory::Address_at(pc_); in target_cell_handle()
233 Address address = cell->address() + Cell::kValueOffset; in set_target_cell()
281 Address RelocInfo::debug_call_address() { in debug_call_address()
287 void RelocInfo::set_debug_call_address(Address target) { in set_debug_call_address()
435 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at()
455 return reinterpret_cast<Address>((hi << 32) | lo); in target_address_at()
458 return reinterpret_cast<Address>(((instr1 & kImm16Mask) << 16) | in target_address_at()
481 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart()
501 bool Assembler::IsConstantPoolLoadEnd(Address pc, in IsConstantPoolLoadEnd()
523 int Assembler::GetConstantPoolOffset(Address pc, in GetConstantPoolOffset()
548 Address pc = buffer_ + pc_offset; in PatchConstantPoolAccessInstruction()
579 Address Assembler::target_constant_pool_address_at( in target_constant_pool_address_at()
580 Address pc, Address constant_pool, ConstantPoolEntry::Access access, in target_constant_pool_address_at()
582 Address addr = constant_pool; in target_constant_pool_address_at()
594 Isolate* isolate, Address instruction_payload, Code* code, Address target) { in deserialization_set_special_target_at()
600 Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) { in deserialization_set_target_internal_reference_at()
611 void Assembler::set_target_address_at(Isolate* isolate, Address pc, in set_target_address_at()
612 Address constant_pool, Address target, in set_target_address_at()