Searched refs:IsVerificationSoftFail (Results 1 – 5 of 5) sorted by relevance
73 return Runtime::Current()->IsVerificationSoftFail() ? JNI_TRUE : JNI_FALSE; in Java_Main_runtimeIsSoftFail()
550 bool IsVerificationSoftFail() const;
2648 bool Runtime::IsVerificationSoftFail() const { in IsVerificationSoftFail() function in art::Runtime
4680 if (UNLIKELY(Runtime::Current()->IsVerificationSoftFail())) { in VerifyClass()
373 || Runtime::Current()->IsVerificationSoftFail() in Execute()