Searched defs:ClassLoaderContext (Results 1 – 5 of 5) sorted by relevance
191 type ClassLoaderContext struct { struct193 Name string196 Host android.Path199 Device string202 Subcontexts []*ClassLoaderContext407 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {470 func computeClassLoaderContextRec(clcs []*ClassLoaderContext) (string, string, android.Paths) {548 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {
39 class ClassLoaderContext; variable
35 class ClassLoaderContext; variable
64 ClassLoaderContext::ClassLoaderContext() in ClassLoaderContext() function in art::ClassLoaderContext68 ClassLoaderContext::ClassLoaderContext(bool owns_the_dex_files) in ClassLoaderContext() function in art::ClassLoaderContext
349 TEST_F(DexoptAnalyzerTest, ClassLoaderContext) { in TEST_F() argument