Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java241 Map<Short,Integer> offsetIndexMap = new HashMap<Short,Integer>(); in createTryHandlerOffsetToIndexMap() local
243 offsetIndexMap.put(uniqueOffsets.get(i), i); in createTryHandlerOffsetToIndexMap()
246 return offsetIndexMap; in createTryHandlerOffsetToIndexMap()
253 Map<Short,Integer> offsetIndexMap = createTryHandlerOffsetToIndexMap(codeItem); in readTryBlocks() local
285 int handlerIdx = offsetIndexMap.get(tryItem.handlerOff); in readTryBlocks()
359 Map<Short,Integer> offsetIndexMap = createTryHandlerOffsetToIndexMap(codeItem); in updateTryBlocks() local
372 codeItem.handlers.list[offsetIndexMap.get(tryItem.handlerOff)]; in updateTryBlocks()