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