Home
last modified time | relevance | path

Searched refs:jsonClassLoaderContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/dexpreopt/
Dclass_loader_context.go583 type jsonClassLoaderContext struct { struct
588 Subcontexts []*jsonClassLoaderContext argument
592 type jsonClassLoaderContextMap map[string][]*jsonClassLoaderContext
612 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument
640 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {
641 jClcs := make([]*jsonClassLoaderContext, len(clcs))
650 jClcs[i] = &jsonClassLoaderContext{