Home | History | Annotate | Download | only in arm

Lines Matching refs:failure

6370     Failure* out_of_memory = Failure::OutOfMemoryException();
6453 // check for failure result
6456 // Lower 2 bits of r2 are 0 iff r0 has failure tag.
6470 ASSERT(Failure::RETRY_AFTER_GC == 0);
6475 Failure* out_of_memory = Failure::OutOfMemoryException();
6494 __ bind(&retry); // pass last failure (r0) as parameter (r0) when retrying
6508 // NOTE: Invocations of builtins may return failure objects
6541 Failure* failure = Failure::InternalError();
6542 __ mov(r0, Operand(reinterpret_cast<int32_t>(failure)));
6603 // exception field in the JSEnv and return a failure sentinel.
6608 __ mov(r0, Operand(reinterpret_cast<int32_t>(Failure::Exception())));
6618 // saved values before returning a failure to C.