|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dop | |
|---|---|
| com.android.dx.dex.code | |
| Uses of Dop in com.android.dx.dex.code |
|---|
| Methods in com.android.dx.dex.code that return Dop | |
|---|---|
static Dop |
RopToDop.dopFor(Insn insn)
Returns the dalvik opcode appropriate for the given register-based instruction. |
static Dop |
Dops.get(int opcode)
Gets the Dop for the given opcode value. |
static Dop |
Dops.getNextOrNull(Dop opcode,
DexOptions options)
Gets the next Dop in the instruction fitting chain after the
given instance, if any. |
Dop |
DalvInsn.getOpcode()
Gets the opcode. |
Dop |
Dop.getOppositeTest()
Gets the opcode for the opposite test of this instance. |
| Methods in com.android.dx.dex.code with parameters of type Dop | |
|---|---|
static Dop |
Dops.getNextOrNull(Dop opcode,
DexOptions options)
Gets the next Dop in the instruction fitting chain after the
given instance, if any. |
DalvInsn |
ZeroSizeInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its opcode is replaced by the one given, and its address is reset. |
DalvInsn |
VariableSizeInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its opcode is replaced by the one given, and its address is reset. |
DalvInsn |
TargetInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its opcode is replaced by the one given, and its address is reset. |
DalvInsn |
SimpleInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its opcode is replaced by the one given, and its address is reset. |
abstract DalvInsn |
DalvInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its opcode is replaced by the one given, and its address is reset. |
DalvInsn |
CstInsn.withOpcode(Dop opcode)
Returns an instance that is just like this one, except that its opcode is replaced by the one given, and its address is reset. |
| Constructors in com.android.dx.dex.code with parameters of type Dop | |
|---|---|
CstInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers,
Constant constant)
Constructs an instance. |
|
DalvInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
FixedSizeInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
SimpleInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers)
Constructs an instance. |
|
TargetInsn(Dop opcode,
SourcePosition position,
RegisterSpecList registers,
CodeAddress target)
Constructs an instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||