Lines Matching refs:Address
186 // ra: Return address pointer.
476 // Puts a labels target address at the given position.
480 address in the branch/call instruction at pc.
481 static Address target_address_at(Address pc);
482 static void set_target_address_at(Address pc,
483 Address target,
487 INLINE(static Address target_address_at(Address pc,
491 INLINE(static void set_target_address_at(Address pc,
493 Address target,
498 INLINE(static Address target_address_at(Address pc, Code* code)) {
502 INLINE(static void set_target_address_at(Address pc,
504 Address target,
511 // Return the code target address at a call site from the return address
513 inline static Address target_address_from_return_address(Address pc);
515 // Return the code target address of the patch debug break slot
516 inline static Address break_address_from_return_address(Address pc);
518 static void JumpLabelToJumpRegister(Address pc);
522 // This sets the branch destination (which gets loaded at the call address).
526 Address instruction_payload, Code* code, Address target) {
536 // Difference between address of current opcode and target address offset.
539 // Here we are patching the address in the LUI/ORI instruction pair.
549 // RelocInfo::target_address_address() function to tell serializer address of
557 // Distance between the instruction referring to the address of the call
558 // target and the return address.
561 // Distance between start of patched return sequence and the emitted address
565 // Distance between start of patched debug break slot and the emitted address
569 // Difference between address of current opcode and value read from pc
1027 // Mark address of the ExitJSFrame code.
1030 // Mark address of a debug break slot.
1058 // Emits the address of the code stub's first instruction.
1320 uint32_t address);