HomeSort by relevance Sort by last modified time
    Searched refs:Opcode (Results 51 - 75 of 716) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderSwitchPayload.java 34 import org.jf.dexlib2.Opcode;
46 protected BuilderSwitchPayload(@Nonnull Opcode opcode) {
47 super(opcode);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction10t.java 35 import org.jf.dexlib2.Opcode;
45 public BuilderInstruction10t(@Nonnull Opcode opcode,
47 super(opcode, target);
BuilderInstruction10x.java 35 import org.jf.dexlib2.Opcode;
44 public BuilderInstruction10x(@Nonnull Opcode opcode) {
45 super(opcode);
BuilderInstruction20t.java 35 import org.jf.dexlib2.Opcode;
45 public BuilderInstruction20t(@Nonnull Opcode opcode,
47 super(opcode, target);
BuilderInstruction30t.java 35 import org.jf.dexlib2.Opcode;
45 public BuilderInstruction30t(@Nonnull Opcode opcode,
47 super(opcode, target);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction10t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction11x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction12x.java 34 import org.jf.dexlib2.Opcode;
43 @Nonnull Opcode opcode,
45 super(dexFile, opcode, instructionStart);
DexBackedInstruction20t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21ih.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21lh.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21s.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction22b.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction22x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction23x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction30t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction31i.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction31t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction32x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction3rmi.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction3rms.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction51l.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedUnknownInstruction.java 34 import org.jf.dexlib2.Opcode;
43 super(dexFile, Opcode.NOP, instructionStart);
47 int opcode = dexFile.readUbyte(instructionStart); local
48 if (opcode == 0) {
49 opcode = dexFile.readUshort(instructionStart);
52 return opcode;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction10x.java 35 import org.jf.dexlib2.Opcode;
43 public ImmutableInstruction10x(@Nonnull Opcode opcode) {
44 super(opcode);

Completed in 105 milliseconds

1 23 4 5 6 7 8 91011>>