Home | History | Annotate | Download | only in x64

Lines Matching refs:failure

2967   __ cmpl(rax, Immediate(NativeRegExpMacroAssembler::FAILURE));
2972 // For failure return null.
3813 // Pass failure code returned from last attempt as first argument to
3869 // Check for failure result.
3884 // Lower 2 bits of rcx are 0 iff rax has failure tag.
3892 // Handling of failure.
3897 STATIC_ASSERT(Failure::RETRY_AFTER_GC == 0);
3902 __ movq(kScratchRegister, Failure::OutOfMemoryException(), RelocInfo::NONE);
3935 // NOTE: Invocations of builtins may return failure objects
3950 // a failure result if the collect_garbage argument to GenerateCore
3951 // is true. This failure result can be the result of code
3981 Failure* failure = Failure::InternalError();
3982 __ movq(rax, failure, RelocInfo::NONE);
4001 __ movq(rax, Failure::OutOfMemoryException(), RelocInfo::NONE);
4080 // field in the JSEnv and return a failure sentinel.
4084 __ movq(rax, Failure::Exception(), RelocInfo::NONE);
5967 // If we are doing negative lookup then probing failure should be
5968 // treated as a lookup success. For positive lookup probing failure
5969 // should be treated as lookup failure.