Home | History | Annotate | Download | only in src

Lines Matching refs:NativeRegExpMacroAssembler

471     NativeRegExpMacroAssembler::Result res =
472 NativeRegExpMacroAssembler::Match(code,
478 if (res != NativeRegExpMacroAssembler::RETRY) {
479 ASSERT(res != NativeRegExpMacroAssembler::EXCEPTION ||
482 static_cast<int>(NativeRegExpMacroAssembler::SUCCESS) == RE_SUCCESS);
484 static_cast<int>(NativeRegExpMacroAssembler::FAILURE) == RE_FAILURE);
485 STATIC_ASSERT(static_cast<int>(NativeRegExpMacroAssembler::EXCEPTION)
5307 NativeRegExpMacroAssembler::Mode mode =
5308 is_ascii ? NativeRegExpMacroAssembler::ASCII
5309 : NativeRegExpMacroAssembler::UC16;