Home
last modified time | relevance | path

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

/art/test/common/
Druntime_state.cc96 return Runtime::Current()->IsVerificationSoftFail() ? JNI_TRUE : JNI_FALSE; in Java_Main_runtimeIsSoftFail()
/art/runtime/
Druntime.h700 bool IsVerificationSoftFail() const;
Druntime.cc3122 bool Runtime::IsVerificationSoftFail() const { in IsVerificationSoftFail() function in art::Runtime
Dclass_linker.cc2246 if (runtime->IsVerificationSoftFail()) { in AddImageSpace()