public class ExecuteInlineInstruction extends MethodInvocationInstruction implements OdexInstruction
assign, invocationcodeAddress, instruction, lineNumber, unit| Constructor and Description |
|---|
ExecuteInlineInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction,
int codeAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
deOdex(org.jf.dexlib2.iface.DexFile parentFile,
org.jf.dexlib2.iface.Method method,
org.jf.dexlib2.analysis.ClassPath cp)
De-odexes the current instruction.
|
protected List<Integer> |
getUsedRegistersNums()
Return the indices used in this instruction.
|
void |
jimplify(DexBody body)
Jimplify this instruction.
|
buildParameters, convertClassName, convertParameterTypes, finalize, getInterfaceSootMethodRef, getNormalSootMethodRef, getSootFieldRef, getSootFieldRef, getSootMethodRef, getSootMethodRef, getStaticSootMethodRef, getVirtualSootMethodRef, introducedTypes, isUsedAsFloatingPoint, isUsedAsObject, jimplifyInterface, jimplifySpecial, jimplifyStatic, jimplifyVirtualaddTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setUnitpublic ExecuteInlineInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction,
int codeAddress)
public void deOdex(org.jf.dexlib2.iface.DexFile parentFile,
org.jf.dexlib2.iface.Method method,
org.jf.dexlib2.analysis.ClassPath cp)
OdexInstructiondeOdex in interface OdexInstructionparentFile - The parent file to which the current ODEX instruction belongspublic void jimplify(DexBody body)
DexlibAbstractInstructionjimplify in class DexlibAbstractInstructionbody - to jimplify into.protected List<Integer> getUsedRegistersNums()
getUsedRegistersNums in class MethodInvocationInstructionCopyright © 2020 Soot OSS. All rights reserved.