Searched refs:VerifyClassLoaderPCL (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | class_loader_context_test.cc | 50 void VerifyClassLoaderPCL(ClassLoaderContext* context, in VerifyClassLoaderPCL() function in art::ClassLoaderContextTest 277 VerifyClassLoaderPCL(context.get(), 0, ""); in TEST_F() 289 VerifyClassLoaderPCL(context.get(), 0, "a.dex"); in TEST_F() 321 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() 323 VerifyClassLoaderPCL(context.get(), 2, "e.dex"); in TEST_F() 992 VerifyClassLoaderPCL(context.get(), 0, "a.dex"); in TEST_F() 995 VerifyClassLoaderPCL(context.get(), 0, ""); in TEST_F() 1410 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() 1453 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() 1482 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() [all …]
|