Lines Matching refs:Address
44 * - fp[56] Isolate* isolate (address of the current isolate)
51 * - fp[36] secondary link/return address used by native call.
53 * - fp[32] return address (lr).
57 * - fp[-4] end of input (address of end of string).
58 * - fp[-8] start of input (address of first character in string).
77 * The data up to the return address must be placed there by the calling
82 * Address start,
83 * Address end,
84 * Address secondary_return_address, // Only used by native call.
91 * When calling as a non-direct call (i.e., from C++ code), the return address
93 * direct call from generated code, the return address is placed there by
252 // r0 - Address of start of capture.
253 // r1 - Address of end of capture
254 // r2 - Address of current input position.
299 // r0: Address byte_offset1 - Address captured substring's start.
300 // r1: Address byte_offset2 - Address of current character position.
304 // Address of start of capture.
310 // Address of current input position.
646 // Set r0 to address of char before start of the input string
675 // Address of register 0.
1013 // We need to make room for the return address on the stack.
1018 // r0 will point to the return address, placed by DirectCEntry.
1027 // Drop the return address from the stack.
1039 static T& frame_entry(Address re_frame, int frame_offset) {
1044 int RegExpMacroAssemblerARM::CheckStackGuardState(Address* return_address,
1046 Address re_frame) {
1078 if (*code_handle != re_code) { // Return address no longer valid
1079 int delta = code_handle->address() - re_code->address();
1080 // Overwrite the return address on the stack.
1115 // The original start address of the characters to match.
1118 // Find the current start address of the same character at the current string