Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker_test.cc1444 static void CheckVerificationAttempted(ObjPtr<mirror::Class> c, bool preverified) in CheckVerificationAttempted() function
1461 CheckVerificationAttempted(JavaLangObject, true); in TEST_F()
1474 CheckVerificationAttempted(security_manager.Get(), false); in TEST_F()
1477 CheckVerificationAttempted(security_manager.Get(), true); in TEST_F()
1489 CheckVerificationAttempted(statics.Get(), false); in TEST_F()
1492 CheckVerificationAttempted(statics.Get(), true); in TEST_F()