Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOffsetTracker.java302 MapItem typeListMapItem = new MapItem(); in addTypeListsToMapFile() local
303 typeListMapItem.offset = new Offset(false); in addTypeListsToMapFile()
304 typeListMapItem.offset.pointToNew(typeListOffsettable); in addTypeListsToMapFile()
305 typeListMapItem.type = MapItem.TYPE_TYPE_LIST; in addTypeListsToMapFile()
306 typeListMapItem.size = 1; in addTypeListsToMapFile()
318 rawDexFile.mapList.mapItems.add(idx, typeListMapItem); in addTypeListsToMapFile()