Lines Matching refs:failure
6090 // Initially use an invalid map to force a failure.
7066 Label failure;
7067 __ cmpq(rax, Immediate(NativeRegExpMacroAssembler::FAILURE));
7068 __ j(equal, &failure);
7080 __ bind(&failure);
7081 // For failure and exception return null.
7692 // Pass failure code returned from last attempt as first argument to GC.
7742 // Check for failure result.
7757 // Lower 2 bits of rcx are 0 iff rax has failure tag.
7765 // Handling of failure.
7770 ASSERT(Failure::RETRY_AFTER_GC == 0);
7775 __ movq(kScratchRegister, Failure::OutOfMemoryException(), RelocInfo::NONE);
7832 __ movq(rax, Failure::OutOfMemoryException(), RelocInfo::NONE);
7916 // NOTE: Invocations of builtins may return failure objects
7926 // a failure result if the collect_garbage argument to GenerateCore
7927 // is true. This failure result can be the result of code
7957 Failure* failure = Failure::InternalError();
7958 __ movq(rax, failure, RelocInfo::NONE);
8027 // exception field in the JSEnv and return a failure sentinel.
8030 __ movq(rax, Failure::Exception(), RelocInfo::NONE);