OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmutableInstruction30t
(Results
1 - 4
of
4
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction30t.java
40
public class
ImmutableInstruction30t
extends ImmutableInstruction implements Instruction30t {
45
public
ImmutableInstruction30t
(@Nonnull Opcode opcode,
51
public static
ImmutableInstruction30t
of(Instruction30t instruction) {
52
if (instruction instanceof
ImmutableInstruction30t
) {
53
return (
ImmutableInstruction30t
)instruction;
55
return new
ImmutableInstruction30t
(
ImmutableInstructionFactory.java
157
public
ImmutableInstruction30t
makeInstruction30t(@Nonnull Opcode opcode,
159
return new
ImmutableInstruction30t
(opcode, codeOffset);
ImmutableInstruction.java
103
return
ImmutableInstruction30t
.of((Instruction30t)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java
66
/*17: 0x1d*/ new
ImmutableInstruction30t
(Opcode.GOTO_32, 24),
Completed in 261 milliseconds