Searched refs:IrregexpNativeCode (Results 1 – 2 of 2) sorted by relevance
152 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
334 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_ascii) { in IrregexpNativeCode() function in v8::internal::RegExpImpl393 Handle<Code> code(RegExpImpl::IrregexpNativeCode(*regexp, is_ascii)); in IrregexpExec()