| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.code.form |
| Modifier and Type | Method and Description |
|---|---|
TargetInsn |
TargetInsn.withNewTargetAndReversed(CodeAddress target)
Returns an instance that is just like this one, except that its
opcode has the opposite sense (as a test; e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InsnFormat.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Form31t.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
boolean |
Form21t.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
boolean |
Form22t.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
boolean |
Form30t.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
boolean |
Form20t.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
boolean |
Form10t.branchFits(TargetInsn insn)
Returns whether or not the given instruction's branch offset will
fit in this instance's format.
|
Copyright © 2020. All Rights Reserved.