Home
last modified time | relevance | path

Searched refs:Instruction35ms (Results 1 – 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction35ms.java36 import org.jf.dexlib2.iface.instruction.formats.Instruction35ms;
41 public class ImmutableInstruction35ms extends ImmutableInstruction implements Instruction35ms {
70 public static ImmutableInstruction35ms of(Instruction35ms instruction) { in of()
DImmutableInstruction.java115 return ImmutableInstruction35ms.of((Instruction35ms)instruction); in of()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction35ms.java36 import org.jf.dexlib2.iface.instruction.formats.Instruction35ms;
41 public class DexBackedInstruction35ms extends DexBackedInstruction implements Instruction35ms {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction35ms.java37 import org.jf.dexlib2.iface.instruction.formats.Instruction35ms;
42 public class BuilderInstruction35ms extends BuilderInstruction implements Instruction35ms {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
DInstruction35ms.java37 public interface Instruction35ms extends FiveRegisterInstruction, VtableIndexInstruction { interface
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java1788 Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction;
1882 Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java646 setInstruction(location, newBuilderInstruction35ms((Instruction35ms) instruction));
909 private BuilderInstruction35ms newBuilderInstruction35ms(@Nonnull Instruction35ms instruction) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java368 public void write(@Nonnull Instruction35ms instruction) { in write()
DDexWriter.java1064 instructionWriter.write((Instruction35ms)instruction);