Package com.android.dx.io.instructions
package com.android.dx.io.instructions
-
ClassDescriptionMap from addresses to addresses, where addresses are all
int
s.Base implementation ofCodeCursor
.Cursor over code units, for reading or writing out Dalvik bytecode.Input stream of code units, for reading in Dalvik bytecode.Output stream of code units, for writing out Dalvik bytecode.A decoded Dalvik instruction.A decoded Dalvik instruction which contains the payload for apacked-switch
instruction.A decoded Dalvik instruction which has five register arguments.A decoded Dalvik instruction which has five register arguments.Representation of an instruction format, which knows how to decode into and encode from instances ofDecodedInstruction
.A decoded invoke-polymorphic instruction.A decoded invoke-polymorphic/range instruction.A decoded Dalvik instruction which has one register argument.A decoded Dalvik instruction which contains the payload for apacked-switch
instruction.A decoded Dalvik instruction which has register range arguments (an "A" start register and a register count).Implementation ofCodeInput
that reads from ashort[]
.Implementation ofCodeOutput
that writes to ashort[]
.A decoded Dalvik instruction which contains the payload for apacked-switch
instruction.A decoded Dalvik instruction which has three register arguments.A decoded Dalvik instruction which has two register arguments.A decoded Dalvik instruction which has no register arguments.