Searched refs:getPoolIndex (Results 1 - 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DContainsPoolIndex.java36 public int getPoolIndex(Instruction insn); method in interface:ContainsPoolIndex
H A DFormat22cs.java57 public int getPoolIndex(Instruction insn) { method in class:Format22cs
H A DFormat31c.java55 public int getPoolIndex(Instruction insn) { method in class:Format31c
H A DFormat21c.java56 public int getPoolIndex(Instruction insn) { method in class:Format21c
H A DFormat22c.java56 public int getPoolIndex(Instruction insn) { method in class:Format22c
H A DFormat35c.java59 public int getPoolIndex(Instruction insn) { method in class:Format35c
H A DFormat3rc.java52 public int getPoolIndex(Instruction insn) { method in class:Format3rc
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DFieldFlagChanger.java112 int fieldIdx = containsPoolIndex.getPoolIndex(insn);
138 int fieldIdx = containsPoolIndex.getPoolIndex(insn);
160 int fieldIdx = containsPoolIndex.getPoolIndex(insn);
H A DPoolIndexChanger.java148 oldPoolIndex = containsPoolIndex.getPoolIndex(poolIndexInsn.insn);
186 int oldPoolIndex = containsPoolIndex.getPoolIndex(poolIndexInsn.insn);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java249 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this);
280 long poolIndex = ((ContainsPoolIndex)format).getPoolIndex(this);

Completed in 1004 milliseconds