ArrayFill(int pc,
int array,
int offset,
com.ibm.wala.types.TypeReference type,
org.jf.dexlib2.Opcode op,
DexIMethod method) |
ArrayGet(int pc,
int destination,
int array,
int offset,
ArrayGet.Type type,
org.jf.dexlib2.Opcode op,
DexIMethod method) |
ArrayLength(int instLoc,
int destination,
int source,
org.jf.dexlib2.Opcode op,
DexIMethod method) |
ArrayPut(int pc,
int source,
int array,
int offset,
ArrayGet.Type type,
org.jf.dexlib2.Opcode op,
DexIMethod method) |
BinaryBranch(int instLoc,
int offset,
Branch.BinaryBranch.CompareOp op,
int oper1,
int oper2,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
BinaryLiteralOperation(int pc,
BinaryLiteralOperation.OpID op,
int destination,
int oper1,
Literal oper2,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
BinaryOperation(int pc,
BinaryOperation.OpID op,
int destination,
int oper1,
int oper2,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Branch(int instLoc,
int offset,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
CheckCast(int pc,
com.ibm.wala.types.TypeReference type,
int object,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
ClassConstant(int pc,
com.ibm.wala.types.TypeReference value,
int destination,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Constant(int pc,
int destination,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
GetField(int pc,
int destination,
String clazzName,
String fieldName,
String fieldType,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
GetInstanceField(int pc,
int destination,
int instance,
String clazzName,
String fieldName,
String fieldType,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
GetStaticField(int pc,
int destination,
String clazzName,
String fieldName,
String fieldType,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Goto(int pc,
int destination,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
InstanceOf(int pc,
int destination,
com.ibm.wala.types.TypeReference type,
int source,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Instruction(int pc,
org.jf.dexlib2.Opcode op,
DexIMethod method) |
IntConstant(int pc,
int value,
int destination,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Invoke(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
InvokeDirect(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
InvokeInterface(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
InvokeStatic(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
InvokeSuper(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
InvokeVirtual(int instLoc,
String clazzName,
String methodName,
String descriptor,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
LongConstant(int pc,
long value,
int destination,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Monitor(int pc,
boolean enter,
int object,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
New(int pc,
int destination,
com.ibm.wala.classLoader.NewSiteReference newSiteRef,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
NewArray(int pc,
int destination,
com.ibm.wala.classLoader.NewSiteReference newSiteRef,
int[] sizes,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
NewArrayFilled(int pc,
int destination,
com.ibm.wala.classLoader.NewSiteReference newSiteRef,
com.ibm.wala.types.TypeReference myType,
int[] sizes,
int[] args,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
PutField(int pc,
int source,
String clazzName,
String fieldName,
String fieldType,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
PutInstanceField(int pc,
int source,
int instance,
String clazzName,
String fieldName,
String fieldType,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
PutStaticField(int pc,
int source,
String clazzName,
String fieldName,
String fieldType,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Return(int pc,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
ReturnDouble(int pc,
int source1,
int source2,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
ReturnSingle(int pc,
int source,
boolean primitive,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
ReturnVoid(int pc,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
StringConstant(int pc,
String value,
int destination,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Switch(int instLoc,
int regA,
int tableAddressOffset,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Throw(int pc,
int throwable,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
UnaryBranch(int instLoc,
int offset,
Branch.UnaryBranch.CompareOp op,
int oper1,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
UnaryOperation(int pc,
UnaryOperation.OpID op,
int destination,
int source,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |