Searched defs:ClassLoaderContext (Results 1 – 7 of 7) sorted by relevance
192 type ClassLoaderContext struct { struct194 Name string197 Optional bool200 Host android.Path203 Device string206 Subcontexts []*ClassLoaderContext223 func (c *ClassLoaderContext) excludeLibs(excludedLibs []string) (*ClassLoaderContext, bool) {442 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…533 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {570 func ComputeClassLoaderContextDependenciesRec(clcs []*ClassLoaderContext) (names []string, paths an…[all …]
39 class ClassLoaderContext; variable
45 class ClassLoaderContext; variable
66 ClassLoaderContext::ClassLoaderContext() in ClassLoaderContext() function in art::ClassLoaderContext69 ClassLoaderContext::ClassLoaderContext(bool owns_the_dex_files) in ClassLoaderContext() function in art::ClassLoaderContext
34 class ClassLoaderContext; variable
53 class ClassLoaderContext; variable
311 TEST_F(DexoptAnalyzerTest, ClassLoaderContext) { in TEST_F() argument