/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
D | Instruction3rc.java | 79 checkItem(opcode, getReferencedItem(), getRegCount()); in Instruction3rc() 102 public int getRegCount() { in getRegCount() method in Instruction3rc 140 … return new Instruction5rc(jumboOpcode, getRegCount(), getStartRegister(), getReferencedItem()); in makeJumbo()
|
D | Instruction35c.java | 89 if (getRegCount() > 5) { in Instruction35c() 93 checkItem(opcode, getReferencedItem(), getRegCount()); in Instruction35c() 117 public int getRegCount() { in getRegCount() method in Instruction35c
|
D | Instruction5rc.java | 81 checkItem(opcode, getReferencedItem(), getRegCount()); in Instruction5rc() 96 public int getRegCount() { in getRegCount() method in Instruction5rc
|
D | Instruction3rmi.java | 90 public int getRegCount() { in getRegCount() method in Instruction3rmi
|
D | Instruction3rms.java | 90 public int getRegCount() { in getRegCount() method in Instruction3rms
|
D | Instruction35mi.java | 102 public int getRegCount() { in getRegCount() method in Instruction35mi
|
D | Instruction35ms.java | 102 public int getRegCount() { in getRegCount() method in Instruction35ms
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | BasicBlockList.java | 91 public int getRegCount() { in getRegCount() method in BasicBlockList 95 regCount = visitor.getRegCount(); in getRegCount() 329 public int getRegCount() { in getRegCount() method in BasicBlockList.RegCountVisitor
|
D | LocalVariableInfo.java | 63 this.regCount = blocks.getRegCount(); in LocalVariableInfo()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | FirstFitAllocator.java | 51 mapped = new BitSet(ssaMeth.getRegCount()); in FirstFitAllocator() 63 int oldRegCount = ssaMeth.getRegCount(); in allocateRegisters()
|
D | SsaToRop.java | 220 = new BasicRegisterMapper(ssaMeth.getRegCount()); in moveParametersToHighRegisters() 221 int regCount = ssaMeth.getRegCount(); in moveParametersToHighRegisters() 358 int regCount = ssaMeth.getRegCount(); in getRegistersByFrequency()
|
D | NullRegisterAllocator.java | 48 int oldRegCount = ssaMeth.getRegCount(); in allocateRegisters()
|
D | FirstFitLocalCombiningAllocator.java | 89 ssaRegsMapped = new BitSet(ssaMeth.getRegCount()); in FirstFitLocalCombiningAllocator() 92 interference, ssaMeth.getRegCount()); in FirstFitLocalCombiningAllocator() 425 int szSsaRegs = ssaMeth.getRegCount(); in handleUnassociatedParameters() 543 int szSsaRegs = ssaMeth.getRegCount(); in handleNormalUnassociated() 924 BitSet seen = new BitSet(ssaMeth.getRegCount()); in fitPlanForRange()
|
D | LivenessAnalyzer.java | 90 int szRegs = ssaMeth.getRegCount(); in constructInterferenceGraph()
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SsaBasicBlock.java | 690 BitSet regsUsedAsSources = new BitSet(parent.getRegCount()); in scheduleUseBeforeAssigned() 693 BitSet regsUsedAsResults = new BitSet(parent.getRegCount()); in scheduleUseBeforeAssigned() 793 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveOut() 807 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveIn() 821 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveInRegs() 834 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveOutRegs()
|
D | PhiTypeResolver.java | 60 worklist = new BitSet(ssaMeth.getRegCount()); in PhiTypeResolver() 68 int regCount = ssaMeth.getRegCount(); in run()
|
D | ConstCollector.java | 91 int regSz = ssaMeth.getRegCount(); in run() 158 int regSz = ssaMeth.getRegCount(); in getConstsSortedByCountUse() 376 return ssaMeth.getRegCount(); in updateConstUses()
|
D | MoveParamCombiner.java | 111 return ssaMeth.getRegCount(); in run()
|
D | LocalVariableInfo.java | 64 this.regCount = method.getRegCount(); in LocalVariableInfo()
|
D | SsaMethod.java | 124 this.registerCount = ropMethod.getBlocks().getRegCount(); in SsaMethod() 291 public int getRegCount() { in getRegCount() method in SsaMethod 418 definitionList = new SsaInsn[getRegCount()]; in getDefinitionForRegister()
|
D | LocalVariableExtractor.java | 85 if (method.getRegCount() > 0 ) { in doit()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
D | InvokeInstruction.java | 32 int getRegCount(); in getRegCount() method
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | PreInstructionRegisterInfoMethodItem.java | 99 instruction.getStartRegister() + instruction.getRegCount()); in addArgsRegs() 102 int regCount = instruction.getRegCount(); in addArgsRegs()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 265 final int regCount = instruction.getRegCount(); in writeInvokeRegisters() 311 int regCount = instruction.getRegCount(); in writeInvokeRangeRegisters()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | InlineMethodResolver.java | 184 return instruction.getRegCount(); in getParameterCount()
|