Home | History | Annotate | Download | only in mips

Lines Matching refs:Address

173   void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
177 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
178 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
293 Register address);
302 // at the address pointed to by the addr register. Only works if addr is not
414 // For a given |object| notify the garbage collector that the slot |address|
416 // address registers are clobbered by the operation.
419 Register address,
652 // Push two registers. Pushes leftmost register first (to highest address).
659 // Push three registers. Pushes leftmost register first (to highest address).
667 // Push four registers. Pushes leftmost register first (to highest address).
697 // Pop two registers. Pops rightmost register first (from lower address).
705 // Pop three registers. Pops rightmost register first (from lower address).
731 void FlushICache(Register address, unsigned instructions);
1257 address (unless this is somehow accounted for by the called
1642 // Helper for finding the mark bits for an address. Afterwards, the
1649 // Helper for throwing exceptions. Compute a handler address and jump to
1681 CodePatcher(byte* address,
1692 // Emit an address directly.
1693 void Emit(Address addr);
1700 byte* address_; // The address of the code being patched.