Home
last modified time | relevance | path

Searched refs:IsVerificationSoftFail (Results 1 – 4 of 4) sorted by relevance

/art/test/common/
Druntime_state.cc95 return Runtime::Current()->IsVerificationSoftFail() ? JNI_TRUE : JNI_FALSE; in Java_Main_runtimeIsSoftFail()
/art/runtime/
Druntime.h648 bool IsVerificationSoftFail() const;
Druntime.cc3042 bool Runtime::IsVerificationSoftFail() const { in IsVerificationSoftFail() function in art::Runtime
Dclass_linker.cc2025 if (runtime->IsVerificationSoftFail()) { in AddImageSpace()