OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableInstruction20t
(Results
1 - 4
of
4
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20t.java
41
public class
ImmutableInstruction20t
extends ImmutableInstruction implements Instruction20t {
46
public
ImmutableInstruction20t
(@Nonnull Opcode opcode,
52
public static
ImmutableInstruction20t
of(Instruction20t instruction) {
53
if (instruction instanceof
ImmutableInstruction20t
) {
54
return (
ImmutableInstruction20t
)instruction;
56
return new
ImmutableInstruction20t
(
ImmutableInstructionFactory.java
81
public
ImmutableInstruction20t
makeInstruction20t(@Nonnull Opcode opcode,
83
return new
ImmutableInstruction20t
(opcode, codeOffset);
ImmutableInstruction.java
75
return
ImmutableInstruction20t
.of((Instruction20t)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java
53
/*05: 0x05*/ new
ImmutableInstruction20t
(Opcode.GOTO_16, 7),
Completed in 127 milliseconds