Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
42 // A GC might move the calling generated code and invalidate the
70 // A GC might move the calling generated code and invalidate the
354 // code cannot be used, and we need to restart regexp matching from
355 // scratch (including, potentially, compiling a new version of the code).
425 // TODO(pthier): The JSRegExp object is passed to native irregexp code to match
435 Code code = FromCodeT(CodeT::cast(regexp.code(is_one_byte)));
444 auto fn = GeneratedCode<RegexpMatcherSig>::FromCode(code);
450 // We detected a stack overflow (on the backtrack stack) in RegExp code,