Home | History | Annotate | Download | only in mips

Lines Matching refs:failure

3918   // Check for failure result.
3937 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
3942 Failure* out_of_memory = Failure::OutOfMemoryException();
3967 // Last failure (v0) will be moved to (a0) for parameter when retrying.
3980 // NOTE: Invocations of builtins may return failure objects
4022 Failure* failure = Failure::InternalError();
4023 __ li(v0, Operand(reinterpret_cast<int32_t>(failure)));
4041 Failure* out_of_memory = Failure::OutOfMemoryException();
4141 // field in the JSEnv and return a failure sentinel. Coming in here the
4147 __ li(v0, Operand(reinterpret_cast<int32_t>(Failure::Exception())));
4158 // saved values before returning a failure to C.
5129 Label failure;
5130 __ Branch(&failure, eq, v0, Operand(NativeRegExpMacroAssembler::FAILURE));
5155 __ bind(&failure);
5156 // For failure and exception return null.
7334 // If we are doing negative lookup then probing failure should be
7335 // treated as a lookup success. For positive lookup probing failure
7336 // should be treated as lookup failure.