Lines Matching refs:VerifyClassLoaderPCL
50 void VerifyClassLoaderPCL(ClassLoaderContext* context, in VerifyClassLoaderPCL() function in art::ClassLoaderContextTest
389 VerifyClassLoaderPCL(context.get(), 0, ""); in TEST_F()
401 VerifyClassLoaderPCL(context.get(), 0, "a.dex"); in TEST_F()
433 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F()
435 VerifyClassLoaderPCL(context.get(), 2, "e.dex"); in TEST_F()
1038 VerifyClassLoaderPCL(context.get(), 0, "a.dex"); in TEST_F()
1041 VerifyClassLoaderPCL(context.get(), 0, ""); in TEST_F()
1446 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F()
1489 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F()
1507 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F()
1657 VerifyClassLoaderPCL(context.get(), 0, dex_files[0]->GetLocation()); in TEST_F()