Lines Matching refs:failure
2004 __ cmpl(rax, Immediate(NativeRegExpMacroAssembler::FAILURE));
2009 // For failure return null.
2812 STATIC_ASSERT(Failure::OUT_OF_MEMORY_EXCEPTION == 3);
2845 // Pass failure code returned from last attempt as first argument to
2898 // Check for failure result.
2913 // Lower 2 bits of rcx are 0 iff rax has failure tag.
2921 // Handling of failure.
2926 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
2969 // NOTE: Invocations of builtins may return failure objects
2986 // a failure result if the collect_garbage argument to GenerateCore
2987 // is true. This failure result can be the result of code
3017 Failure* failure = Failure::InternalError();
3018 __ movq(rax, failure, RelocInfo::NONE64);
3039 __ movq(rax, Failure::OutOfMemoryException(0x1), RelocInfo::NONE64);
3133 // field in the JSEnv and return a failure sentinel.
3137 __ movq(rax, Failure::Exception(), RelocInfo::NONE64);
5057 // If we are doing negative lookup then probing failure should be
5058 // treated as a lookup success. For positive lookup probing failure
5059 // should be treated as lookup failure.