Lines Matching refs:Address
55 * - Isolate* isolate (address of the current isolate)
62 * - end of input (address of end of string)
63 * - start of input (address of first character in string)
66 * - return address
82 * calling the code's entry address cast to a function pointer with the
86 * Address start,
87 * Address end,
257 // r11 - current input character address
258 // r9 - current capture character address
311 // Address byte_offset1 - Address captured substring's start.
312 // Address byte_offset2 - Address of current character position.
397 // rbx - current capture character address.
398 // rbx - current input character address .
728 // Set rax to address of char before start of the string
1157 // First argument: Next address on the stack (will be address of
1158 // return address).
1165 // First argument: Next address on the stack (will be address of
1166 // return address).
1177 static T& frame_entry(Address re_frame, int frame_offset) {
1182 int RegExpMacroAssemblerX64::CheckStackGuardState(Address* return_address,
1184 Address re_frame) {
1216 if (*code_handle != re_code) { // Return address no longer valid
1217 intptr_t delta = code_handle->address() - re_code->address();
1218 // Overwrite the return address on the stack.
1253 // The original start address of the characters to match.
1256 // Find the current start address of the same character at the current string