Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
102 static Result Match(Handle<Code> regexp,
108 static Result Execute(Code* code,
117 // If the code object is relocated, the return address is fixed before
120 Code* re_code,
181 // Initial size of code buffer.
207 // The registers containing a self pointer to this code's Code object.
223 // Call and return internally in the generated code in a way that
224 // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
237 // Pushes the Code object relative offset of a label on the backtrack stack
254 // Which mode to generate code for (ASCII or UC16).