Home | History | Annotate | Download | only in ia32

Lines Matching refs:failure

1370   Label failure;
1371 __ cmp(eax, NativeRegExpMacroAssembler::FAILURE);
1372 __ j(equal, &failure);
1403 __ bind(&failure);
1404 // For failure to match, return null.
2458 // field in the JSEnv and return a failure sentinel.
3875 // If we are doing negative lookup then probing failure should be
3876 // treated as a lookup success. For positive lookup probing failure
3877 // should be treated as lookup failure.