Home | History | Annotate | Download | only in regexp

Lines Matching refs:re

42   MUST_USE_RESULT static MaybeHandle<Object> Compile(Handle<JSRegExp> re,
55 static void IrregexpInitialize(Handle<JSRegExp> re,
61 static void AtomCompile(Handle<JSRegExp> re,
195 static int IrregexpMaxRegisterCount(FixedArray* re);
196 static void SetIrregexpMaxRegisterCount(FixedArray* re, int value);
197 static int IrregexpNumberOfCaptures(FixedArray* re);
198 static int IrregexpNumberOfRegisters(FixedArray* re);
199 static ByteArray* IrregexpByteCode(FixedArray* re, bool is_one_byte);
200 static Code* IrregexpNativeCode(FixedArray* re, bool is_one_byte);
212 static bool CompileIrregexp(Handle<JSRegExp> re,
214 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re,