Home | History | Annotate | Download | only in mips

Lines Matching refs:NativeRegExpMacroAssembler

5128   __ Branch(&success, eq, v0, Operand(NativeRegExpMacroAssembler::SUCCESS));
5130 __ Branch(&failure, eq, v0, Operand(NativeRegExpMacroAssembler::FAILURE));
5132 __ Branch(&runtime, ne, v0, Operand(NativeRegExpMacroAssembler::EXCEPTION));