OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Format35c
(Results
1 - 11
of
11
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Format.java
59
Format35c
(6),
Opcode.java
72
FILLED_NEW_ARRAY((short)0x24, "filled-new-array", ReferenceType.TYPE, Format.
Format35c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
140
INVOKE_VIRTUAL((short)0x6e, "invoke-virtual", ReferenceType.METHOD, Format.
Format35c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
141
INVOKE_SUPER((short)0x6f, "invoke-super", ReferenceType.METHOD, Format.
Format35c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
142
INVOKE_DIRECT((short)0x70, "invoke-direct", ReferenceType.METHOD, Format.
Format35c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE),
143
INVOKE_STATIC((short)0x71, "invoke-static", ReferenceType.METHOD, Format.
Format35c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
144
INVOKE_INTERFACE((short)0x72, "invoke-interface", ReferenceType.METHOD, Format.
Format35c
, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction35c.java
44
public static final Format FORMAT = Format.
Format35c
;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction35c.java
45
public static final Format FORMAT = Format.
Format35c
;
ImmutableInstruction.java
110
case
Format35c
:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction.java
128
case
Format35c
:
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java
290
case
Format35c
:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java
132
case
Format35c
:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java
586
case
Format35c
:
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java
260
case
Format35c
:
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java
[
all
...]
Completed in 788 milliseconds