Home | History | Annotate | Download | only in mips

Lines Matching refs:Address

65   imm32_ = reinterpret_cast<int32_t>(f.address());
133 Address RelocInfo::target_address() {
139 Address RelocInfo::target_address_address() {
144 // Read the address of the word containing the target_address in an
156 // that is the address of the instruction that follows J/JAL/JR/JALR
158 return reinterpret_cast<Address>(
163 Address RelocInfo::constant_pool_entry_address() {
174 void RelocInfo::set_target_address(Address target,
188 Address Assembler::target_address_from_return_address(Address pc) {
193 Address Assembler::break_address_from_return_address(Address pc) {
216 reinterpret_cast<Address>(target),
227 Address RelocInfo::target_reference() {
233 Address RelocInfo::target_runtime_entry(Assembler* origin) {
239 void RelocInfo::set_target_runtime_entry(Address target,
250 Address address = Memory::Address_at(pc_);
251 return Handle<Cell>(reinterpret_cast<Cell**>(address));
265 Address address = cell->address() + Cell::kValueOffset;
266 Memory::Address_at(pc_) = address;
301 Address RelocInfo::call_address() {
311 void RelocInfo::set_call_address(Address target) {