Lines Matching refs:failure
1209 // field in the JSEnv and return a failure sentinel. Coming in here the
1227 // saved values before returning a failure to C.
2169 Label failure;
2170 __ cmp(r0, Operand(NativeRegExpMacroAssembler::FAILURE));
2171 __ b(eq, &failure);
2199 __ bind(&failure);
2200 // For failure and exception return null.
3876 // If we are doing negative lookup then probing failure should be
3877 // treated as a lookup success. For positive lookup probing failure
3878 // should be treated as lookup failure.