Searched refs:VERIFY_ERROR_RUNTIME_THROW (Results 1 – 3 of 3) sorted by relevance
85 VERIFY_ERROR_RUNTIME_THROW = 1 << 10, // The interpreter found an instruction that will enumerator
171 return (encountered_failure_types_ & VERIFY_ERROR_RUNTIME_THROW) != 0; in HasInstructionThatWillThrow()
3580 Fail(VERIFY_ERROR_RUNTIME_THROW, /* pending_exc= */ false); in CodeFlowVerifyInstruction()4908 Fail(VERIFY_ERROR_RUNTIME_THROW, /* pending_exc= */ false); in PotentiallyMarkRuntimeThrow()5028 verifier::VerifyError::VERIFY_ERROR_RUNTIME_THROW; in CanRuntimeHandleVerificationFailure()5327 case VERIFY_ERROR_RUNTIME_THROW: { in Fail()