Searched refs:Instruction35ms (Results 1 – 9 of 9) sorted by relevance
36 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()
115 return ImmutableInstruction35ms.of((Instruction35ms)instruction); in of()
36 import org.jf.dexlib2.iface.instruction.formats.Instruction35ms;41 public class DexBackedInstruction35ms extends DexBackedInstruction implements Instruction35ms {
37 import org.jf.dexlib2.iface.instruction.formats.Instruction35ms;42 public class BuilderInstruction35ms extends BuilderInstruction implements Instruction35ms {
37 public interface Instruction35ms extends FiveRegisterInstruction, VtableIndexInstruction { interface
1788 Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction;1882 Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction;
646 setInstruction(location, newBuilderInstruction35ms((Instruction35ms) instruction));909 private BuilderInstruction35ms newBuilderInstruction35ms(@Nonnull Instruction35ms instruction) {
368 public void write(@Nonnull Instruction35ms instruction) { in write()
1064 instructionWriter.write((Instruction35ms)instruction);