Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java103 public void updateInstructionLocationsAfter(MInsn mInsn, int offset) { in updateInstructionLocationsAfter() method in MutatableCode
164 updateInstructionLocationsAfter(toBeInserted, toBeInserted.insn.getSize()); in insertInstructionAt()
237 updateInstructionLocationsAfter(toBeDeleted, -(toBeDeleted.insn.getSize())); in deleteInstructionFull()