Home | History | Annotate | Download | only in mips64

Lines Matching refs:Address

46  *  - fp[76]  Isolate* isolate   (address of the current isolate)
54 * - fp[40] secondary link/return address used by native call.
56 * - fp[36] return address (lr).
60 * - fp[-4] end of input (address of end of string).
61 * - fp[-8] start of input (address of first character in string).
79 * - fp[88] Isolate* isolate (address of the current isolate) kIsolate
80 * - fp[80] secondary link/return address used by exit frame on native call. kSecondaryReturnAddress
91 * - fp[-40] end of input (address of end of string). kInputEnd
92 * - fp[-48] start of input (address of first character in string). kInputStart
110 * The data up to the return address must be placed there by the calling
115 * Address start,
116 * Address end,
117 * Address secondary_return_address, // Only used by native call.
126 * When calling as a non-direct call (i.e., from C++ code), the return address
128 * direct call from generated code, the return address is placed there by
291 // a0 - Address of start of capture.
292 // a1 - Address of end of capture.
293 // a2 - Address of current input position.
342 // a0: Address byte_offset1 - Address captured substring's start.
343 // a1: Address byte_offset2 - Address of current character position.
347 // Address of start of capture.
353 // Address of current input position.
685 // Set a0 to address of char before start of the input string
714 // Address of register 0.
1103 // We need to make room for the return address on the stack.
1107 // Stack pointer now points to cell where return address is to be written.
1108 // Arguments are in registers, meaning we teat the return address as
1117 // a0 will point to the return address, placed by DirectCEntry.
1127 // drop them with the return address from the stack with loading saved sp.
1145 static T& frame_entry(Address re_frame, int frame_offset) {
1150 int RegExpMacroAssemblerMIPS::CheckStackGuardState(Address* return_address,
1152 Address re_frame) {
1183 if (*code_handle != re_code) { // Return address no longer valid.
1184 int delta = code_handle->address() - re_code->address();
1185 // Overwrite the return address on the stack.
1220 // The original start address of the characters to match.
1223 // Find the current start address of the same character at the current string