Searched refs:typeListMapItem (Results 1 – 1 of 1) sorted by relevance
302 MapItem typeListMapItem = new MapItem(); in addTypeListsToMapFile() local303 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()