Home
last modified time | relevance | path

Searched refs:VERIFY_ERROR_RUNTIME_THROW (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dverifier_enums.h85 VERIFY_ERROR_RUNTIME_THROW = 1 << 10, // The interpreter found an instruction that will enumerator
Dmethod_verifier.h171 return (encountered_failure_types_ & VERIFY_ERROR_RUNTIME_THROW) != 0; in HasInstructionThatWillThrow()
Dmethod_verifier.cc3580 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()