Lines Matching refs:Address
43 * - fp[64] Isolate* isolate (address of the current isolate)
50 * - fp[44] secondary link/return address used by native call.
52 * - fp[40] return address (lr).
56 * - fp[-4] end of input (address of end of string).
57 * - fp[-8] start of input (address of first character in string).
76 * The data up to the return address must be placed there by the calling
81 * Address start,
82 * Address end,
83 * Address secondary_return_address, // Only used by native call.
90 * When calling as a non-direct call (i.e., from C++ code), the return address
92 * direct call from generated code, the return address is placed there by
255 // a0 - Address of start of capture.
256 // a1 - Address of end of capture.
257 // a2 - Address of current input position.
306 // a0: Address byte_offset1 - Address captured substring's start.
307 // a1: Address byte_offset2 - Address of current character position.
311 // Address of start of capture.
317 // Address of current input position.
640 // Set a0 to address of char before start of the input string
669 // Address of register 0.
1057 // We need to make room for the return address on the stack.
1061 // Stack pointer now points to cell where return address is to be written.
1062 // Arguments are in registers, meaning we teat the return address as
1071 // a0 will point to the return address, placed by DirectCEntry.
1081 // drop them with the return address from the stack with loading saved sp.
1099 static T& frame_entry(Address re_frame, int frame_offset) {
1104 int RegExpMacroAssemblerMIPS::CheckStackGuardState(Address* return_address,
1106 Address re_frame) {
1137 if (*code_handle != re_code) { // Return address no longer valid.
1138 int delta = code_handle->address() - re_code->address();
1139 // Overwrite the return address on the stack.
1174 // The original start address of the characters to match.
1177 // Find the current start address of the same character at the current string