Uses of Class
sootup.apk.frontend.instruction.DexLibAbstractInstruction
-
Uses of DexLibAbstractInstruction in sootup.apk.frontend.instruction
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic DexLibAbstractInstruction
InstructionFactory.fromInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) Resolve an Instruction from a dexlib instruction.protected DexLibAbstractInstruction
JumpInstruction.getTargetInstruction
(DexBody body) Modifier and TypeMethodDescriptionvoid
DanglingInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.void
FilledNewArrayInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) void
FilledNewArrayRangeInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) void
MethodInvocationInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) -
Uses of DexLibAbstractInstruction in sootup.apk.frontend.main
Modifier and TypeFieldDescriptionprotected Map<Integer,
DexLibAbstractInstruction> DexBody.instructionAtAddress
protected List<DexLibAbstractInstruction>
DexBody.instructions
Modifier and TypeMethodDescriptionDexBody.instructionsBefore
(DexLibAbstractInstruction instruction) Modifier and TypeMethodDescriptionDexBody.instructionsBefore
(DexLibAbstractInstruction instruction)