Home
last modified time | relevance | path

Searched refs:VERIFIED_FAIL (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp148 if (stage == VStage::VERIFIED_FAIL) { in CheckBeforeVerification()
226 method->SetVerificationStage(VStage::VERIFIED_FAIL); in Verify()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp473 return stage == VerificationStage::VERIFIED_OK || stage == VerificationStage::VERIFIED_FAIL; in IsVerified()
481 SetVerificationStage(result ? VerificationStage::VERIFIED_OK : VerificationStage::VERIFIED_FAIL); in SetVerified()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h78 enum class VerificationStage { NOT_VERIFIED = 0, VERIFIED_FAIL = 1, VERIFIED_OK = 2, LAST = VERIFIED_OK }; member in ark::Method::VerificationStage

Completed in 4 milliseconds