Searched refs:VerifyClassLoaderPCL (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | class_loader_context_test.cc | 74 void VerifyClassLoaderPCL(ClassLoaderContext* context, in VerifyClassLoaderPCL() function in art::ClassLoaderContextTest 464 VerifyClassLoaderPCL(context.get(), 0, ""); in TEST_F() 476 VerifyClassLoaderPCL(context.get(), 0, "a.dex"); in TEST_F() 508 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() 510 VerifyClassLoaderPCL(context.get(), 2, "e.dex"); in TEST_F() 1112 VerifyClassLoaderPCL(context.get(), 0, "a.dex"); in TEST_F() 1115 VerifyClassLoaderPCL(context.get(), 0, ""); in TEST_F() 1550 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() 1593 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() 1611 VerifyClassLoaderPCL(context.get(), 0, "a.dex:b.dex"); in TEST_F() [all …]
|