OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableInstruction21t
(Results
1 - 4
of
4
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction21t.java
41
public class
ImmutableInstruction21t
extends ImmutableInstruction implements Instruction21t {
47
public
ImmutableInstruction21t
(@Nonnull Opcode opcode,
55
public static
ImmutableInstruction21t
of(Instruction21t instruction) {
56
if (instruction instanceof
ImmutableInstruction21t
) {
57
return (
ImmutableInstruction21t
)instruction;
59
return new
ImmutableInstruction21t
(
ImmutableInstructionFactory.java
110
public
ImmutableInstruction21t
makeInstruction21t(@Nonnull Opcode opcode,
113
return new
ImmutableInstruction21t
(opcode, registerA, codeOffset);
ImmutableInstruction.java
85
return
ImmutableInstruction21t
.of((Instruction21t)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java
58
/*10: 0x0f*/ new
ImmutableInstruction21t
(Opcode.IF_EQZ, 12, 13),
Completed in 499 milliseconds