Lines Matching refs:failure
6788 // Initially use an invalid map to force a failure.
9257 Label failure;
9258 __ cmp(eax, NativeRegExpMacroAssembler::FAILURE);
9259 __ j(equal, &failure, taken);
9272 __ bind(&failure);
9273 // For failure and exception return null.
9916 // Check for failure result.
9920 // Lower 2 bits of ecx are 0 iff eax has failure tag.
9928 // Handling of failure.
9933 ASSERT(Failure::RETRY_AFTER_GC == 0);
9938 __ cmp(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException()));
9995 __ mov(eax, reinterpret_cast<int32_t>(Failure::OutOfMemoryException()));
10020 // NOTE: Invocations of builtins may return failure objects instead
10055 Failure* failure = Failure::InternalError();
10056 __ mov(eax, Immediate(reinterpret_cast<int32_t>(failure)));
10111 // exception field in the JSEnv and return a failure sentinel.
10114 __ mov(eax, reinterpret_cast<int32_t>(Failure::Exception()));