Home
last modified time | relevance | path

Searched refs:OneRegisterInstruction (Results 1 – 21 of 21) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
DInstruction11x.java34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
36 public interface Instruction11x extends OneRegisterInstruction {
DInstruction21ih.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction21ih extends OneRegisterInstruction, NarrowHatLiteralInstruction {
DInstruction21lh.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction21lh extends OneRegisterInstruction, LongHatLiteralInstruction {
DInstruction31i.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction31i extends OneRegisterInstruction, NarrowLiteralInstruction {
DInstruction11n.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction11n extends OneRegisterInstruction, NarrowLiteralInstruction {
DInstruction31c.java34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction31c extends OneRegisterInstruction, ReferenceInstruction {
DInstruction21s.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction21s extends OneRegisterInstruction, NarrowLiteralInstruction {
DInstruction21t.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction21t extends OneRegisterInstruction, OffsetInstruction {
DInstruction21c.java34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction21c extends OneRegisterInstruction, ReferenceInstruction {
DInstruction31t.java35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction31t extends OneRegisterInstruction, OffsetInstruction {
DInstruction51l.java34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
37 public interface Instruction51l extends OneRegisterInstruction, WideLiteralInstruction {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPreInstructionRegisterInfoMethodItem.java141 } else if (analyzedInstruction.getInstruction() instanceof OneRegisterInstruction) { in addArgsRegs()
142OneRegisterInstruction instruction = (OneRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java38 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
330 putRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA(); in test()
448 returnRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA(); in test()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DOneRegisterInstruction.java34 public interface OneRegisterInstruction extends Instruction { interface
DTwoRegisterInstruction.java34 public interface TwoRegisterInstruction extends OneRegisterInstruction {
/external/smali/dexlib2/src/main/ragel/
DSyntheticAccessorFSM.rl35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
101 putRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
163 returnRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java297 if (instruction instanceof OneRegisterInstruction) { in makeAnnotator()
298 args.add(formatRegister(((OneRegisterInstruction)instruction).getRegisterA())); in makeAnnotator()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java620 return ((OneRegisterInstruction)instruction).getRegisterA();
DMethodAnalyzer.java1295 int register = ((OneRegisterInstruction)analyzedInstruction.instruction).getRegisterA();
1917OneRegisterInstruction instruction = (OneRegisterInstruction)analyzedInstruction.instruction;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java420 writeRegister(writer, ((OneRegisterInstruction)instruction).getRegisterA()); in writeFirstRegister()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java53 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
855 ((OneRegisterInstruction)instruction).getRegisterA(),