Lines Matching refs:Address
70 // For address loads only 4 instruction are required. Used to mark
71 // constant load that will be used as address without relocation
194 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
198 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
199 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
314 Register address);
323 // at the address pointed to by the addr register. Only works if addr is not
435 // For a given |object| notify the garbage collector that the slot |address|
437 // address registers are clobbered by the operation.
440 Register address,
674 // Push two registers. Pushes leftmost register first (to highest address).
681 // Push three registers. Pushes leftmost register first (to highest address).
689 // Push four registers. Pushes leftmost register first (to highest address).
722 // Pop two registers. Pops rightmost register first (from lower address).
730 // Pop three registers. Pops rightmost register first (from lower address).
756 void FlushICache(Register address, unsigned instructions);
1283 // return address (unless this is somehow accounted for by the called
1704 // Helper for finding the mark bits for an address. Afterwards, the
1711 // Helper for throwing exceptions. Compute a handler address and jump to
1743 CodePatcher(byte* address,
1754 // Emit an address directly.
1755 void Emit(Address addr);
1762 byte* address_; // The address of the code being patched.