Home | History | Annotate | Download | only in arm64

Lines Matching refs:Address

37  * - x25     : Address at the end of the input string: input_end.
39 * - x26 : Address at the start of the input string: input_start.
60 * - fp[104] isolate Address of the current isolate.
61 * - fp[96] return_address Secondary link/return address
90 * The data up to the return address must be placed there by the calling
95 * Address input_start,
96 * Address input_end,
99 * Address stack_base,
101 * Address secondary_return_address, // Only used by native call.
106 * When calling as a non-direct call (i.e., from C++ code), the return address
108 * direct call from generated code, the return address is placed there by
378 // x0: Address byte_offset1 - Address captured substring's start.
379 // x1: Address byte_offset2 - Address of current character position.
383 // Address of start of capture.
387 // Address of current input position.
669 // x6: Address stack_base
673 // csp[8]: address of the current isolate
674 // csp[0]: secondary link/return address used by native call
1284 static T& frame_entry(Address re_frame, int frame_offset) {
1289 int RegExpMacroAssemblerARM64::CheckStackGuardState(Address* return_address,
1291 Address re_frame,
1326 if (*code_handle != re_code) { // Return address no longer valid
1327 int delta = code_handle->address() - re_code->address();
1328 // Overwrite the return address on the stack.
1363 // The original start address of the characters to match.
1366 // Find the current start address of the same character at the current string
1408 // Allocate space on the stack to store the return address. The
1432 // We need to pass a pointer to the return address as first argument.
1433 // The DirectCEntry stub will place the return address on the stack before