Searched refs:getRegisterCount (Results 1 - 23 of 23) 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 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 DFillArrayDataPayloadDecodedInstruction.java80 public int getRegisterCount() { method in class:FillArrayDataPayloadDecodedInstruction
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();
H A DInstructionCodec.java958 makeByte(insn.getE(), insn.getRegisterCount())),
985 out.write(codeUnit(insn.getOpcode(), insn.getRegisterCount()),
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DRegisterFormatter.java60 int registerCount = codeItem.getRegisterCount();
93 int registerCount = codeItem.getRegisterCount();
H A DPostInstructionRegisterInfoMethodItem.java61 int registerCount = analyzedInstruction.getRegisterCount();
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(),
H A DPreInstructionRegisterInfoMethodItem.java63 int registerCount = analyzedInstruction.getRegisterCount();
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DTypeListItem.java162 public int getRegisterCount() { method in class:TypeListItem
165 wordCount += typeIdItem.getRegisterCount();
H A DTypeIdItem.java166 public int getRegisterCount() { method in class:TypeIdItem
H A DProtoIdItem.java193 return parameters.getRegisterCount();
H A DCodeItem.java338 public int getRegisterCount() { method in class:CodeItem
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DAnalyzedInstruction.java322 public int getRegisterCount() { method in class:AnalyzedInstruction
H A DRegisterType.java215 if (typeIdItem.getRegisterCount() == 1) {
H A DMethodAnalyzer.java91 startOfMethod = new AnalyzedInstruction(null, -1, encodedMethod.codeItem.getRegisterCount()) {
138 int totalRegisters = codeItem.getRegisterCount();
332 int totalRegisters = codeItem.getRegisterCount();
373 assert parameterRegisterCount == typeListItem.getRegisterCount();
379 if (type.getRegisterCount() == 2) {
453 int registerCount = encodedMethod.codeItem.getRegisterCount();
3057 methodParameterRegisterCount = typeListItem.getRegisterCount();

Completed in 170 milliseconds