Searched refs:getStartRegister (Results 1 - 20 of 20) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
H A DRegisterRangeInstruction.java35 int getStartRegister(); method in interface:RegisterRangeInstruction
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
H A DSmalideaInstruction3rc.java44 @Override public int getStartRegister() { method in class:SmalideaInstruction3rc
49 return psiInstruction.getRegister(1) - getStartRegister() + 1;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction3rmi.java52 public int getStartRegister() { method in class:DexBackedInstruction3rmi
H A DDexBackedInstruction3rms.java52 public int getStartRegister() { method in class:DexBackedInstruction3rms
H A DDexBackedInstruction3rc.java54 public int getStartRegister() { method in class:DexBackedInstruction3rc
H A DDexBackedInstruction4rcc.java54 public int getStartRegister() { method in class:DexBackedInstruction4rcc
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction3rc.java68 instruction.getStartRegister(),
73 @Override public int getStartRegister() { return startRegister; } method in class:ImmutableInstruction3rc
H A DImmutableInstruction3rmi.java64 instruction.getStartRegister(),
69 @Override public int getStartRegister() { return startRegister; } method in class:ImmutableInstruction3rmi
H A DImmutableInstruction3rms.java64 instruction.getStartRegister(),
69 @Override public int getStartRegister() { return startRegister; } method in class:ImmutableInstruction3rms
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction3rc.java61 @Override public int getStartRegister() { return startRegister; } method in class:BuilderInstruction3rc
H A DBuilderInstruction4rcc.java64 @Override public int getStartRegister() { return startRegister; } method in class:BuilderInstruction4rcc
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
H A DInstructionRewriter.java197 public int getStartRegister() { method in class:InstructionRewriter.RewrittenInstruction3rc
198 return instruction.getStartRegister();
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java111 registers.set(instruction.getStartRegister(),
112 instruction.getStartRegister() + instruction.getRegisterCount());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java357 destinationRegister = rangeInstruction.getStartRegister();
499 destinationRegister = rangeInstruction.getStartRegister();
H A DMethodAnalyzer.java274 objectRegisterNumber = ((RegisterRangeInstruction)instruction).getStartRegister();
1411 analyzeInvokeDirectCommon(analyzedInstruction, instruction.getStartRegister());
1622 Instruction3rc deodexedInstruction = new ImmutableInstruction3rc(deodexedOpcode, instruction.getStartRegister(),
1657 int startRegister = instruction.getStartRegister();
1765 deodexedInstruction = new ImmutableInstruction3rc(instruction.getOpcode(), instruction.getStartRegister(),
1786 objectRegister = instruction.getStartRegister();
1879 deodexedInstruction = new ImmutableInstruction3rc(opcode, instruction.getStartRegister(),
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DInstructionWriter.java351 writer.writeUshort(instruction.getStartRegister());
375 writer.writeUshort(instruction.getStartRegister());
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java483 int startRegister = instruction.getStartRegister();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DCodeItem.java286 int startRegister = instruction.getStartRegister();
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
H A DSmalideaMethodTest.java282 Assert.assertEquals(0, instruction.getStartRegister());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java875 instruction.getStartRegister(),

Completed in 207 milliseconds