Searched refs:VerifyClassLoaderDLC (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | class_loader_context_test.cc | 81 void VerifyClassLoaderDLC(ClassLoaderContext* context, in VerifyClassLoaderDLC() function in art::ClassLoaderContextTest 482 VerifyClassLoaderDLC(context.get(), 0, "a.dex"); in TEST_F() 509 VerifyClassLoaderDLC(context.get(), 1, "c.dex:d.dex"); in TEST_F() 522 VerifyClassLoaderDLC(context.get(), 1, "c.dex:d.dex"); in TEST_F() 556 VerifyClassLoaderDLC(context.get(), 0, ""); in TEST_F() 1551 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1594 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1612 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1669 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F()
|