Searched refs:VerifyClassLoaderDLC (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | class_loader_context_test.cc | 57 void VerifyClassLoaderDLC(ClassLoaderContext* context, in VerifyClassLoaderDLC() function in art::ClassLoaderContextTest 295 VerifyClassLoaderDLC(context.get(), 0, "a.dex"); in TEST_F() 322 VerifyClassLoaderDLC(context.get(), 1, "c.dex:d.dex"); in TEST_F() 332 VerifyClassLoaderDLC(context.get(), 1, "c.dex:d.dex"); in TEST_F() 366 VerifyClassLoaderDLC(context.get(), 0, ""); in TEST_F() 1411 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1454 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1483 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1540 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F()
|