Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dclass_loader_context.go496 type jsonClassLoaderContext struct { struct
500 Subcontexts []*jsonClassLoaderContext argument
504 type jsonClassLoaderContextMap map[string][]*jsonClassLoaderContext
524 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument
548 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {
549 jClcs := make([]*jsonClassLoaderContext, len(clcs))
551 jClcs[i] = &jsonClassLoaderContext{