Home | History | Annotate | Download | only in src

Lines Matching refs:NativeRegExpMacroAssembler

387   NativeRegExpMacroAssembler::Result res;
394 res = NativeRegExpMacroAssembler::Match(code,
401 } while (res == NativeRegExpMacroAssembler::RETRY);
402 if (res == NativeRegExpMacroAssembler::EXCEPTION) {
406 ASSERT(res == NativeRegExpMacroAssembler::SUCCESS
407 || res == NativeRegExpMacroAssembler::FAILURE);
409 if (res != NativeRegExpMacroAssembler::SUCCESS) return Factory::null_value();
5202 NativeRegExpMacroAssembler::Mode mode =
5203 is_ascii ? NativeRegExpMacroAssembler::ASCII
5204 : NativeRegExpMacroAssembler::UC16;