Lines Matching refs:Address
299 // Relocation information consists of the address (pc) of the datum
352 EXTERNAL_REFERENCE, // The address of an external C++ function.
353 INTERNAL_REFERENCE, // An address inside the same function.
483 INLINE(Address target_address());
484 Address target,
496 INLINE(Address target_runtime_entry(Assembler* origin));
497 INLINE(void set_target_runtime_entry(Address target,
515 // Returns the address of the constant pool entry where the target address
517 INLINE(Address constant_pool_entry_address());
519 // Read the address of the word containing the target_address in an
525 INLINE(Address target_address_address());
540 INLINE(Address target_reference());
542 // Read/modify the address of a call instruction. This is used to relocate
545 INLINE(Address call_address());
546 INLINE(void set_call_address(Address target));
562 void PatchCodeWithCall(Address target, int guard_bytes);
594 // On ARM, note that pc_ is the address of the constant pool entry
595 // to be relocated and not the address of the instruction
607 // provides a place for that pointer to exist naturally. Its address
609 Address reconstructed_adr_ptr_;
737 // An ExternalReference represents a C++ address used in the generated
912 static ExternalReference ForDeoptEntry(Address entry);
925 Address address() const { return reinterpret_cast<Address>(address_); }
971 explicit ExternalReference(void* address)
972 : address_(address) {}
975 Address address_arg,
980 void* address = reinterpret_cast<void*>(address_arg);
982 address :
983 (*redirector)(address, type);