Home | History | Annotate | Download | only in src

Lines Matching refs:re

71   static Handle<Object> Compile(Handle<JSRegExp> re,
83 static void IrregexpInitialize(Handle<JSRegExp> re,
89 static void AtomCompile(Handle<JSRegExp> re,
174 static int IrregexpMaxRegisterCount(FixedArray* re);
175 static void SetIrregexpMaxRegisterCount(FixedArray* re, int value);
176 static int IrregexpNumberOfCaptures(FixedArray* re);
177 static int IrregexpNumberOfRegisters(FixedArray* re);
178 static ByteArray* IrregexpByteCode(FixedArray* re, bool is_ascii);
179 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
193 static bool CompileIrregexp(Handle<JSRegExp> re, bool is_ascii);
194 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii);