Lines Matching refs:Address
275 inline explicit Immediate(Address addr);
345 return Operand(reinterpret_cast<int32_t>(ext.address()),
352 return Operand(index, scale, reinterpret_cast<int32_t>(arr.address()),
487 inline static Address target_address_at(Address pc,
489 inline static void set_target_address_at(Address pc,
491 Address target,
494 static inline Address target_address_at(Address pc, Code* code) {
498 static inline void set_target_address_at(Address pc,
500 Address target,
507 // Return the code target address at a call site from the return address
509 inline static Address target_address_from_return_address(Address pc);
511 // Return the code target address of the patch debug break slot
512 inline static Address break_address_from_return_address(Address pc);
517 Address instruction_payload, Code* code, Address target) {
523 // Distance between the address of the code target in the call instruction
524 // and the return address
526 // Distance between start of patched return sequence and the emitted address
530 // Distance between start of patched debug break slot and the emitted address
920 // Mark address of the ExitJSFrame code.
923 // Mark address of a debug break slot.
946 static bool IsNop(Address addr);