Home | History | Annotate | Download | only in x64

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
34 #include "code.h"
109 static Result Match(Handle<Code> regexp,
116 static Result Execute(Code* code,
125 // If the code object is relocated, the return address is fixed before
128 Code* re_code,
190 // Initial size of code buffer.
216 // The registers containing a self pointer to this code's Code object.
232 // Call and return internally in the generated code in a way that
233 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
246 // Pushes the Code object relative offset of a label on the backtrack stack
264 // Which mode to generate code for (ASCII or UC16).