Home | History | Annotate | Download | only in mips

Lines Matching refs:Address

197 // ra: Return address pointer.
486 // Puts a labels target address at the given position.
490 // Read/Modify the code target address in the branch/call instruction at pc.
491 static Address target_address_at(Address pc);
492 static void set_target_address_at(Address pc,
493 Address target,
497 INLINE(static Address target_address_at(Address pc,
501 INLINE(static void set_target_address_at(Address pc,
503 Address target,
508 INLINE(static Address target_address_at(Address pc, Code* code)) {
512 INLINE(static void set_target_address_at(Address pc,
514 Address target,
521 // Return the code target address at a call site from the return address
523 inline static Address target_address_from_return_address(Address pc);
525 // Return the code target address of the patch debug break slot
526 inline static Address break_address_from_return_address(Address pc);
528 static void JumpLabelToJumpRegister(Address pc);
532 // This sets the branch destination (which gets loaded at the call address).
536 Address instruction_payload, Code* code, Address target) {
546 // Difference between address of current opcode and target address offset.
549 // Here we are patching the address in the LUI/ORI instruction pair.
559 // RelocInfo::target_address_address() function to tell serializer address of
566 // Distance between the instruction referring to the address of the call
567 // target and the return address.
570 // Distance between start of patched return sequence and the emitted address
574 // Distance between start of patched debug break slot and the emitted address
578 // Difference between address of current opcode and value read from pc
991 // Mark address of the ExitJSFrame code.
994 // Mark address of a debug break slot.
1022 // Emits the address of the code stub's first instruction.
1283 uint32_t address);