Home | History | Annotate | Download | only in arm

Lines Matching refs:failure

1702   STATIC_ASSERT(Failure::OUT_OF_MEMORY_EXCEPTION == 3);
1788 // check for failure result
1791 // Lower 2 bits of r2 are 0 iff r0 has failure tag.
1807 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
1836 __ bind(&retry); // pass last failure (r0) as parameter (r0) when retrying
1852 // NOTE: Invocations of builtins may return failure objects
1894 Failure* failure = Failure::InternalError();
1895 __ mov(r0, Operand(reinterpret_cast<int32_t>(failure)));
1915 Failure* out_of_memory = Failure::OutOfMemoryException(0x1);
2011 // field in the JSEnv and return a failure sentinel. Coming in here the
2018 __ mov(r0, Operand(reinterpret_cast<int32_t>(Failure::Exception())));
2029 // saved values before returning a failure to C.
3050 Label failure;
3051 __ cmp(r0, Operand(NativeRegExpMacroAssembler::FAILURE));
3052 __ b(eq, &failure);
3080 __ bind(&failure);
3081 // For failure and exception return null.
5307 // If we are doing negative lookup then probing failure should be
5308 // treated as a lookup success. For positive lookup probing failure
5309 // should be treated as lookup failure.