Lines Matching refs:Address
119 // Loads the address of the external reference into the destination
125 // Pushes the address of the external reference onto the stack.
163 // at the address pointed to by the addr register. Only works if addr is not
285 // For page containing |object| mark region covering |address|
287 // object being stored. The address and value registers are clobbered by the
292 Register address,
854 // from the stack under the return address which remains on the top,
871 movp(dst, reinterpret_cast<void*>(ext.address()),
878 // address is not GC safe. Use the handle version instead.
892 void Jump(Address destination, RelocInfo::Mode rmode);
897 void Call(Address destination, RelocInfo::Mode rmode);
905 int CallSize(Address destination) {
1355 // return address (unless this is somehow accounted for by the called
1516 // Otherwise the address of the new-space top is loaded into scratch (if
1528 // If scratch is valid, it contains the address of the allocation top.
1540 // Helper for finding the mark bits for an address. Afterwards, the
1548 // Helper for throwing exceptions. Compute a handler address and jump to
1571 CodePatcher(byte* address, int size);
1578 byte* address_; // The address of the code being patched.
1634 Address x64_coverage_function = FUNCTION_ADDR(LogGeneratedCodeCoverage); \