Home | History | Annotate | Download | only in mips

Lines Matching refs:failure

1318   // field in the JSEnv and return a failure sentinel.  Coming in here the
1335 // saved values before returning a failure to C.
2301 Label failure;
2302 __ Branch(&failure, eq, v0, Operand(NativeRegExpMacroAssembler::FAILURE));
2327 __ bind(&failure);
2328 // For failure and exception return null.
4084 // If we are doing negative lookup then probing failure should be
4085 // treated as a lookup success. For positive lookup probing failure
4086 // should be treated as lookup failure.