Searched refs:IsVerificationSoftFail (Results 1 – 4 of 4) sorted by relevance
95 return Runtime::Current()->IsVerificationSoftFail() ? JNI_TRUE : JNI_FALSE; in Java_Main_runtimeIsSoftFail()
648 bool IsVerificationSoftFail() const;
3042 bool Runtime::IsVerificationSoftFail() const { in IsVerificationSoftFail() function in art::Runtime
2025 if (runtime->IsVerificationSoftFail()) { in AddImageSpace()