Lines Matching refs:failure
1771 STATIC_ASSERT(Failure::OUT_OF_MEMORY_EXCEPTION == 3);
1861 // Check for failure result.
1880 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
1910 // Last failure (v0) will be moved to (a0) for parameter when retrying.
1925 // NOTE: Invocations of builtins may return failure objects
1967 Failure* failure = Failure::InternalError();
1968 __ li(v0, Operand(reinterpret_cast<int32_t>(failure)));
1988 Failure* out_of_memory = Failure::OutOfMemoryException(0x1);
2086 // field in the JSEnv and return a failure sentinel. Coming in here the
2092 __ li(v0, Operand(reinterpret_cast<int32_t>(Failure::Exception())));
2103 // saved values before returning a failure to C.
3166 Label failure;
3167 __ Branch(&failure, eq, v0, Operand(NativeRegExpMacroAssembler::FAILURE));
3192 __ bind(&failure);
3193 // For failure and exception return null.
5460 // If we are doing negative lookup then probing failure should be
5461 // treated as a lookup success. For positive lookup probing failure
5462 // should be treated as lookup failure.