Lines Matching refs:Address
87 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al);
92 Address target,
98 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
101 void Call(Address target, RelocInfo::Mode rmode,
181 Register address);
189 // at the address pointed to by the addr register. Only works if addr is not
301 // For a given |object| notify the garbage collector that the slot |address|
303 // address registers are clobbered by the operation.
306 Register address,
319 // Push two registers. Pushes leftmost register first (to highest address).
330 // Push three registers. Pushes leftmost register first (to highest address).
348 // Push four registers. Pushes leftmost register first (to highest address).
381 // Pop two registers. Pops rightmost register first (from lower address).
392 // Pop three registers. Pops rightmost register first (from lower address).
410 // Pop four registers. Pops rightmost register first (from lower address).
1103 // return address (unless this is somehow accounted for by the called
1354 // Get the location of a relocated constant (its address in the constant pool)
1465 // Helper for finding the mark bits for an address. Afterwards, the
1472 // Helper for throwing exceptions. Compute a handler address and jump to
1507 CodePatcher(byte* address,
1518 // Emit an address directly.
1519 void Emit(Address addr);
1526 byte* address_; // The address of the code being patched.