Home | History | Annotate | Download | only in arm

Lines Matching refs:failure

3753   // check for failure result
3756 // Lower 2 bits of r2 are 0 iff r0 has failure tag.
3772 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
3777 Failure* out_of_memory = Failure::OutOfMemoryException();
3796 __ bind(&retry); // pass last failure (r0) as parameter (r0) when retrying
3810 // NOTE: Invocations of builtins may return failure objects
3852 Failure* failure = Failure::InternalError();
3853 __ mov(r0, Operand(reinterpret_cast<int32_t>(failure)));
3871 Failure* out_of_memory = Failure::OutOfMemoryException();
3962 // field in the JSEnv and return a failure sentinel. Coming in here the
3968 __ mov(r0, Operand(reinterpret_cast<int32_t>(Failure::Exception())));
3979 // saved values before returning a failure to C.
4898 Label failure;
4899 __ cmp(r0, Operand(NativeRegExpMacroAssembler::FAILURE));
4900 __ b(eq, &failure);
4928 __ bind(&failure);
4929 // For failure and exception return null.
7065 // If we are doing negative lookup then probing failure should be
7066 // treated as a lookup success. For positive lookup probing failure
7067 // should be treated as lookup failure.