Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker_test.cc1437 static void CheckVerificationAttempted(ObjPtr<mirror::Class> c, bool preverified) in CheckVerificationAttempted() function
1454 CheckVerificationAttempted(JavaLangObject, true); in TEST_F()
1467 CheckVerificationAttempted(security_manager.Get(), false); in TEST_F()
1470 CheckVerificationAttempted(security_manager.Get(), true); in TEST_F()
1482 CheckVerificationAttempted(statics.Get(), false); in TEST_F()
1485 CheckVerificationAttempted(statics.Get(), true); in TEST_F()