Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go209 type classLoaderContextMap map[int]*classLoaderContext type
213 func (m classLoaderContextMap) getSortedKeys() []int {
222 func (m classLoaderContextMap) getValue(sdkVer int) *classLoaderContext {
229 func (m classLoaderContextMap) addLibs(sdkVer int, module *ModuleConfig, libs ...string) {
238 func (m classLoaderContextMap) addSystemServerLibs(sdkVer int, ctx android.PathContext, module *Mod…
279 classLoaderContexts := make(classLoaderContextMap)