| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.code.form |
| Modifier and Type | Method and Description |
|---|---|
InsnFormat |
Dop.getFormat()
Gets the instruction format.
|
| Constructor and Description |
|---|
Dop(int opcode,
int family,
int nextOpcode,
InsnFormat format,
boolean hasResult)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Form10t
Instruction format
10t. |
class |
Form10x
Instruction format
10x. |
class |
Form11n
Instruction format
11n. |
class |
Form11x
Instruction format
11x. |
class |
Form12x
Instruction format
12x. |
class |
Form20t
Instruction format
20t. |
class |
Form21c
Instruction format
21c. |
class |
Form21h
Instruction format
21h. |
class |
Form21s
Instruction format
21s. |
class |
Form21t
Instruction format
21t. |
class |
Form22b
Instruction format
22b. |
class |
Form22c
Instruction format
22c. |
class |
Form22s
Instruction format
22s. |
class |
Form22t
Instruction format
22t. |
class |
Form22x
Instruction format
22x. |
class |
Form23x
Instruction format
23x. |
class |
Form30t
Instruction format
30t. |
class |
Form31c
Instruction format
31c. |
class |
Form31i
Instruction format
31i. |
class |
Form31t
Instruction format
31t. |
class |
Form32x
Instruction format
32x. |
class |
Form35c
Instruction format
35c. |
class |
Form3rc
Instruction format
3rc. |
class |
Form45cc
Instruction format
45cc. |
class |
Form4rcc
Instruction format
4rcc. |
class |
Form51l
Instruction format
51l. |
class |
SpecialFormat
Instruction format for nonstandard format instructions, which aren't
generally real instructions but do end up appearing in instruction
lists.
|
| Modifier and Type | Field and Description |
|---|---|
static InsnFormat |
Form3rc.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form10x.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form31t.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form22b.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form12x.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form21t.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form11n.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form31i.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form4rcc.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form32x.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form21s.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form21h.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form45cc.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form22x.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form22c.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form35c.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form22t.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form30t.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form11x.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form20t.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form21c.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
SpecialFormat.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form10t.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form31c.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form23x.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form51l.THE_ONE
non-null; unique instance of this class |
static InsnFormat |
Form22s.THE_ONE
non-null; unique instance of this class |
Copyright © 2020. All Rights Reserved.