Lines Matching refs:NativeRegExpMacroAssembler
573 NativeRegExpMacroAssembler::Result res =
574 NativeRegExpMacroAssembler::Match(code,
580 if (res != NativeRegExpMacroAssembler::RETRY) {
581 ASSERT(res != NativeRegExpMacroAssembler::EXCEPTION ||
584 static_cast<int>(NativeRegExpMacroAssembler::SUCCESS) == RE_SUCCESS);
586 static_cast<int>(NativeRegExpMacroAssembler::FAILURE) == RE_FAILURE);
587 STATIC_ASSERT(static_cast<int>(NativeRegExpMacroAssembler::EXCEPTION)
6075 NativeRegExpMacroAssembler::Mode mode =
6076 is_ascii ? NativeRegExpMacroAssembler::ASCII
6077 : NativeRegExpMacroAssembler::UC16;