OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableInstruction35c
(Results
1 - 5
of
5
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction35c.java
44
public class
ImmutableInstruction35c
extends ImmutableInstruction implements Instruction35c {
55
public
ImmutableInstruction35c
(@Nonnull Opcode opcode,
73
public static
ImmutableInstruction35c
of(Instruction35c instruction) {
74
if (instruction instanceof
ImmutableInstruction35c
) {
75
return (
ImmutableInstruction35c
)instruction;
77
return new
ImmutableInstruction35c
(
ImmutableInstructionFactory.java
186
public
ImmutableInstruction35c
makeInstruction35c(@Nonnull Opcode opcode,
194
return new
ImmutableInstruction35c
(opcode, registerCount, registerC, registerD, registerE, registerF, registerG,
ImmutableInstruction.java
113
return
ImmutableInstruction35c
.of((Instruction35c)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java
72
/*22: 0x2c*/ new
ImmutableInstruction35c
(Opcode.FILLED_NEW_ARRAY, 0, 0, 0, 0, 0, 0,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java
[
all
...]
Completed in 101 milliseconds