Lines Matching refs:Address
39 * - Isolate* isolate (address of the current isolate)
46 * - end of input (address of end of string)
47 * - start of input (address of first character in string)
51 * - return address
67 * The data up to the return address must be placed there by the calling
71 * Address start,
72 * Address end,
296 // Address byte_offset1 - Address captured substring's start.
297 // Address byte_offset2 - Address of current character position.
680 // Set eax to address of char before start of the string.
1060 // Next address on the stack (will be address of return address).
1071 static T& frame_entry(Address re_frame, int frame_offset) {
1076 int RegExpMacroAssemblerIA32::CheckStackGuardState(Address* return_address,
1078 Address re_frame) {
1110 if (*code_handle != re_code) { // Return address no longer valid
1111 int delta = code_handle->address() - re_code->address();
1112 // Overwrite the return address on the stack.
1147 // The original start address of the characters to match.
1150 // Find the current start address of the same character at the current string