Home | History | Annotate | Download | only in mips64

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.
2333 Label failure;
2334 __ Branch(&failure, eq, v0, Operand(NativeRegExpMacroAssembler::FAILURE));
2359 __ bind(&failure);
2360 // For failure and exception return null.
4122 // If we are doing negative lookup then probing failure should be
4123 // treated as a lookup success. For positive lookup probing failure
4124 // should be treated as lookup failure.