Searched defs:getRegisterCount (Results 1 - 16 of 16) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DPackedSwitchPayloadDecodedInstruction.java46 public int getRegisterCount() { method in class:PackedSwitchPayloadDecodedInstruction
H A DSparseSwitchPayloadDecodedInstruction.java50 public int getRegisterCount() { method in class:SparseSwitchPayloadDecodedInstruction
H A DZeroRegisterDecodedInstruction.java34 public int getRegisterCount() { method in class:ZeroRegisterDecodedInstruction
H A DFillArrayDataPayloadDecodedInstruction.java80 public int getRegisterCount() { method in class:FillArrayDataPayloadDecodedInstruction
H A DOneRegisterDecodedInstruction.java40 public int getRegisterCount() { method in class:OneRegisterDecodedInstruction
H A DRegisterRangeDecodedInstruction.java45 public int getRegisterCount() { method in class:RegisterRangeDecodedInstruction
H A DTwoRegisterDecodedInstruction.java44 public int getRegisterCount() { method in class:TwoRegisterDecodedInstruction
H A DFiveRegisterDecodedInstruction.java56 public int getRegisterCount() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java52 public int getRegisterCount() { method in class:FourRegisterDecodedInstruction
H A DThreeRegisterDecodedInstruction.java48 public int getRegisterCount() { method in class:ThreeRegisterDecodedInstruction
H A DDecodedInstruction.java247 public abstract int getRegisterCount(); method in class:DecodedInstruction
274 int registerCount = getRegisterCount();
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DTypeIdItem.java166 public int getRegisterCount() { method in class:TypeIdItem
H A DTypeListItem.java162 public int getRegisterCount() { method in class:TypeListItem
165 wordCount += typeIdItem.getRegisterCount();
H A DCodeItem.java338 public int getRegisterCount() { method in class:CodeItem
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java123 writer.printSignedIntAsDec(getRegisterCount(encodedMethod));
146 private static int getRegisterCount(ClassDataItem.EncodedMethod encodedMethod) method in class:MethodDefinition
148 int totalRegisters = encodedMethod.codeItem.getRegisterCount();
520 DebugInstructionIterator.DecodeInstructions(debugInfoItem, codeItem.getRegisterCount(),
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DAnalyzedInstruction.java322 public int getRegisterCount() { method in class:AnalyzedInstruction

Completed in 350 milliseconds