Lines Matching refs:failure
1050 Label failure;
1051 __ cmp(eax, NativeRegExpMacroAssembler::FAILURE);
1052 __ j(equal, &failure);
1083 __ bind(&failure);
1084 // For failure to match, return null.
2149 // field in the JSEnv and return a failure sentinel.
3538 // If we are doing negative lookup then probing failure should be
3539 // treated as a lookup success. For positive lookup probing failure
3540 // should be treated as lookup failure.