Home | History | Annotate | Download | only in x64

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
103 static Result Match(Handle<Code> regexp,
110 static Result Execute(Code* code,
119 // If the code object is relocated, the return address is fixed before
122 Code* re_code,
184 // Initial size of code buffer.
210 // The registers containing a self pointer to this code's Code object.
226 // Call and return internally in the generated code in a way that
227 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
240 // Pushes the Code object relative offset of a label on the backtrack stack
258 // Which mode to generate code for (ASCII or UC16).