Home | History | Annotate | Download | only in ia32

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
58 * - direct_call (if 1, direct call from JavaScript code, if 0
86 * code, by calling the code entry as cast to a function with the signature:
112 __ jmp(&entry_label_); // We'll write the entry code later.
154 // Pop Code* offset from backtrack stack, add Code* and jump to location.
614 // Finalize code - write the entry point code now we know how many
617 // Entry code:
716 // Exit code:
748 // Backtrack code (branch target for conditional backtracks).
756 // Preempt-code
776 // Backtrack stack overflow code.
807 // If any of the code above needed to exit with an exception.
816 Handle<Code> code = Factory::NewCode(code_desc,
818 Code::ComputeFlags(Code::REGEXP),
820 LOG(RegExpCodeCreateEvent(*code, *source));
821 return Handle<Object>::cast(code);
956 // RegExp code frame pointer.
958 // Code* of self.
977 Code* re_code,
995 Handle<Code> code_handle(re_code);
1020 // code cannot be used, and we need to restart regexp matching from
1021 // scratch (including, potentially, compiling a new version of the code).