Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
34 #include "code.h"
112 static Result Match(Handle<Code> regexp,
119 static Result Execute(Code* code,
128 // If the code object is relocated, the return address is fixed before
131 Code* re_code,
202 // Initial size of code buffer.
228 // The registers containing a self pointer to this code's Code object.
244 // Call and return internally in the generated code in a way that
245 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
258 // Pushes the Code object relative offset of a label on the backtrack stack
278 // Which mode to generate code for (ASCII or UC16).