Searched refs:VerifyClassLoaderDLC (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/runtime/ |
H A D | class_loader_context_test.cc | 57 void VerifyClassLoaderDLC(ClassLoaderContext* context, in VerifyClassLoaderDLC() function in art::ClassLoaderContextTest 407 VerifyClassLoaderDLC(context.get(), 0, "a.dex"); in TEST_F() 434 VerifyClassLoaderDLC(context.get(), 1, "c.dex:d.dex"); in TEST_F() 444 VerifyClassLoaderDLC(context.get(), 1, "c.dex:d.dex"); in TEST_F() 478 VerifyClassLoaderDLC(context.get(), 0, ""); in TEST_F() 1447 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1490 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1508 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F() 1565 VerifyClassLoaderDLC(context.get(), 1, "c.dex"); in TEST_F()
|