OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableInstruction21c
(Results
1 - 5
of
5
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction21c.java
44
public class
ImmutableInstruction21c
extends ImmutableInstruction implements Instruction21c {
50
public
ImmutableInstruction21c
(@Nonnull Opcode opcode,
58
public static
ImmutableInstruction21c
of(Instruction21c instruction) {
59
if (instruction instanceof
ImmutableInstruction21c
) {
60
return (
ImmutableInstruction21c
)instruction;
62
return new
ImmutableInstruction21c
(
ImmutableInstructionFactory.java
86
public
ImmutableInstruction21c
makeInstruction21c(@Nonnull Opcode opcode,
89
return new
ImmutableInstruction21c
(opcode, registerA, reference);
ImmutableInstruction.java
77
return
ImmutableInstruction21c
.of((Instruction21c)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java
54
/*06: 0x07*/ new
ImmutableInstruction21c
(Opcode.CONST_STRING, 8, new ImmutableStringReference("blah")),
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java
[
all
...]
Completed in 127 milliseconds