Lines Matching refs:failure
2123 __ cmpl(rax, Immediate(NativeRegExpMacroAssembler::FAILURE));
2128 // For failure return null.
2797 // Pass failure code returned from last attempt as first argument to
2853 // Check for failure result.
2868 // Lower 2 bits of rcx are 0 iff rax has failure tag.
2876 // Handling of failure.
2881 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
2886 __ movq(kScratchRegister, Failure::OutOfMemoryException(), RelocInfo::NONE);
2925 // NOTE: Invocations of builtins may return failure objects
2940 // a failure result if the collect_garbage argument to GenerateCore
2941 // is true. This failure result can be the result of code
2971 Failure* failure = Failure::InternalError();
2972 __ movq(rax, failure, RelocInfo::NONE);
3060 // exception field in the JSEnv and return a failure sentinel.
3064 __ movq(rax, Failure::Exception(), RelocInfo::NONE);