Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java153 List<MapItem> mapItems = dexFile.getMapItems(); in writeAnnotations() local
161 mapItems = ordering.immutableSortedCopy(mapItems); in writeAnnotations()
164 for (MapItem mapItem: mapItems) { in writeAnnotations()