OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Format21c
(Results
1 - 3
of
3
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format21c.java
26
public class
Format21c
extends Format2 implements ContainsVRegs, ContainsPoolIndex {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Format.java
42
Format21c
(4),
Opcode.java
70
CONST_STRING(0x1a, "const-string", ReferenceType.STRING, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
72
CONST_CLASS(0x1c, "const-class", ReferenceType.TYPE, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
75
CHECK_CAST(0x1f, "check-cast", ReferenceType.TYPE, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
78
NEW_INSTANCE(0x22, "new-instance", ReferenceType.TYPE, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
134
SGET(0x60, "sget", ReferenceType.FIELD, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.STATIC_FIELD_ACCESSOR),
135
SGET_WIDE(0x61, "sget-wide", ReferenceType.FIELD, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER | Opcode.STATIC_FIELD_ACCESSOR),
136
SGET_OBJECT(0x62, "sget-object", ReferenceType.FIELD, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.STATIC_FIELD_ACCESSOR),
137
SGET_BOOLEAN(0x63, "sget-boolean", ReferenceType.FIELD, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.STATIC_FIELD_ACCESSOR),
138
SGET_BYTE(0x64, "sget-byte", ReferenceType.FIELD, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.STATIC_FIELD_ACCESSOR),
139
SGET_CHAR(0x65, "sget-char", ReferenceType.FIELD, Format.
Format21c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.STATIC_FIELD_ACCESSOR)
[
all
...]
Completed in 381 milliseconds