Home | History | Annotate | Download | only in mips

Lines Matching full:address

65   imm32_ = reinterpret_cast<int32_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>(
130 Address RelocInfo::constant_pool_entry_address() {
141 void RelocInfo::set_target_address(Address target,
156 Address Assembler::target_address_from_return_address(Address pc) {
161 void Assembler::set_target_internal_reference_encoded_at(Address pc,
162 Address target) {
163 // Encoded internal references are lui/ori load of 32-bit abolute address.
183 Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) {
212 reinterpret_cast<Address>(target),
223 Address RelocInfo::target_external_reference() {
229 Address RelocInfo::target_internal_reference() {
233 // Encoded internal references are lui/ori load of 32-bit abolute address.
241 return reinterpret_cast<Address>(imm);
246 Address RelocInfo::target_internal_reference_address() {
248 return reinterpret_cast<Address>(pc_);
252 Address RelocInfo::target_runtime_entry(Assembler* origin) {
258 void RelocInfo::set_target_runtime_entry(Address target,
269 Address address = Memory::Address_at(pc_);
270 return Handle<Cell>(reinterpret_cast<Cell**>(address));
284 Address address = cell->address() + Cell::kValueOffset;
285 Memory::Address_at(pc_) = address;
319 Address RelocInfo::debug_call_address() {
327 void RelocInfo::set_debug_call_address(Address target) {