Searched refs:offsetIndexMap (Results 1 – 1 of 1) sorted by relevance
241 Map<Short,Integer> offsetIndexMap = new HashMap<Short,Integer>(); in createTryHandlerOffsetToIndexMap() local243 offsetIndexMap.put(uniqueOffsets.get(i), i); in createTryHandlerOffsetToIndexMap()246 return offsetIndexMap; in createTryHandlerOffsetToIndexMap()253 Map<Short,Integer> offsetIndexMap = createTryHandlerOffsetToIndexMap(codeItem); in readTryBlocks() local285 int handlerIdx = offsetIndexMap.get(tryItem.handlerOff); in readTryBlocks()359 Map<Short,Integer> offsetIndexMap = createTryHandlerOffsetToIndexMap(codeItem); in updateTryBlocks() local372 codeItem.handlers.list[offsetIndexMap.get(tryItem.handlerOff)]; in updateTryBlocks()