Searched refs:handlers (Results 1 – 6 of 6) sorted by relevance
23 public EncodedTypeAddrPair[] handlers; field in EncodedCatchHandler31 handlers = new EncodedTypeAddrPair[absoluteSize]; in read()33 (handlers[i] = new EncodedTypeAddrPair()).read(file); in read()44 if (handlers != null) { in write()45 for (EncodedTypeAddrPair encodedTypeAddrPair : handlers) { in write()56 if (handlers != null) { in incrementIndex()57 for (EncodedTypeAddrPair handler : handlers) { in incrementIndex()
35 public EncodedCatchHandlerList handlers; field in CodeItem67 (handlers = new EncodedCatchHandlerList()).read(file); in read()112 handlers.write(file); in write()130 handlers.incrementIndex(kind, insertedIdx); in incrementIndex()
108 if (tryBlock.handlers.isEmpty()) { in generateMutation()118 shiftingHandlerIdx = rng.nextInt(tryBlock.handlers.size()); in generateMutation()132 oldInsn = tryBlock.handlers.get(shiftingHandlerIdx); in generateMutation()199 tryBlock.handlers.set(mutation.shiftingHandlerIdx, newInsn); in applyMutation()
27 public List<MInsn> handlers; field in MTryBlock
279 EncodedCatchHandler encodedCatchHandler = codeItem.handlers.list[handlerIdx]; in readTryBlocks()293 mTryBlock.handlers = new LinkedList<MInsn>(); in readTryBlocks()297 EncodedTypeAddrPair handler = encodedCatchHandler.handlers[i]; in readTryBlocks()305 mTryBlock.handlers.add(handlerInsn); in readTryBlocks()364 codeItem.handlers.list[offsetIndexMap.get(tryItem.handlerOff)]; in updateTryBlocks()370 MInsn handlerInsn = mTryBlock.handlers.get(i); in updateTryBlocks()371 EncodedTypeAddrPair handler = encodedCatchHandler.handlers[i]; in updateTryBlocks()
207 for (MInsn handler : mTryBlock.handlers) { in updateTryBlocksWithReplacementInsn()219 mTryBlock.handlers.set(idxToChange, after); in updateTryBlocksWithReplacementInsn()224 mTryBlock.handlers.set(idxToChange, before); in updateTryBlocksWithReplacementInsn()