/dalvik/dx/src/com/android/dx/ssa/ |
D | NormalSsaInsn.java | 47 RegisterSpecList oldSources = insn.getSources(); in mapSourceRegisters() 64 RegisterSpecList origSources = insn.getSources(); in changeOneSource() 93 RegisterSpecList origSources = insn.getSources(); in setNewSources() 114 public RegisterSpecList getSources() { in getSources() method in NormalSsaInsn 115 return insn.getSources(); in getSources() 127 return insn.withNewRegisters(getResult(), insn.getSources()); in toRopInsn() 150 assignment = insn.getSources().get(0); in getLocalAssignment() 175 RegisterSpecList oldSources = insn.getSources(); in upgradeToLiteral()
|
D | SsaInsn.java | 100 abstract public RegisterSpecList getSources(); in getSources() method in SsaInsn 216 return null != getSources().specForRegister(reg); in isRegASource()
|
D | EscapeAnalysis.java | 268 prevSource = prevSsaInsn.getSources().get(0); in processMoveResultPseudoInsn() 289 prevSource = prevSsaInsn.getSources().get(0); in processMoveResultPseudoInsn() 410 RegisterSpec putIndex = use.getSources().get(2); in processUse() 418 RegisterSpec putValue = use.getSources().get(0); in processUse() 425 RegisterSpecList sources = use.getSources(); in processUse() 448 RegisterSpec getIndex = use.getSources().get(1); in processUse() 489 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer(); in scalarReplacement() 576 sources = use.getSources(); in replaceUse() 593 sources = use.getSources(); in replaceUse() 610 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer(); in replaceUse() [all …]
|
D | SCCP.java | 166 RegisterSpecList sources = insn.getSources(); in simulatePhi() 242 RegisterSpecList sources = insn.getSources(); in simulateBranch() 368 RegisterSpecList sources = insn.getSources(); in simulateMath() 501 if (insn.getSources().size() == 1) { in simulateStmt() 502 int sourceReg = insn.getSources().get(0).getReg(); in simulateStmt() 638 RegisterSpecList sources = insn.getSources(); in replaceConstants()
|
D | DeadCodeRemover.java | 95 RegisterSpecList sources = insnS.getSources(); in run() 139 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions()
|
D | PhiInsn.java | 208 public RegisterSpecList getSources() { in getSources() method in PhiInsn 366 int sz = getSources().size(); in toHumanWithInline()
|
D | SsaBasicBlock.java | 589 if (lastInsn.getResult() != null || lastInsn.getSources().size() > 0) { in addMoveToEnd() 705 toSchedule.get(i).getSources().get(0)); in scheduleUseBeforeAssigned() 740 insn.getSources().get(0))) { in scheduleUseBeforeAssigned() 762 insnToSplit.getSources()), this); in scheduleUseBeforeAssigned()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | ThrowingCstInsn.java | 80 getSources(), catches.withAddedType(type), in withAddedCatch() 88 getSources().withOffset(delta), in withRegisterOffset()
|
D | ThrowingInsn.java | 100 getSources(), catches.withAddedType(type)); in withAddedCatch() 107 getSources().withOffset(delta), in withRegisterOffset()
|
D | PlainInsn.java | 93 getSources().withOffset(delta)); in withRegisterOffset() 99 RegisterSpecList sources = getSources(); in withLastSourceLiteral()
|
D | PlainCstInsn.java | 72 getSources().withOffset(delta), in withRegisterOffset()
|
D | Insn.java | 183 public final RegisterSpecList getSources() { in getSources() method in Insn 285 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
|
D | SwitchInsn.java | 85 getSources().withOffset(delta), in withRegisterOffset()
|
D | FillArrayDataInsn.java | 104 getSources().withOffset(delta), in withRegisterOffset()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | ThrowingInsn.java | 100 getSources(), catches.withAddedType(type)); in withAddedCatch() 107 getSources().withOffset(delta), in withRegisterOffset()
|
D | ThrowingCstInsn.java | 85 getSources(), catches.withAddedType(type), in withAddedCatch() 93 getSources().withOffset(delta), in withRegisterOffset()
|
D | PlainInsn.java | 94 getSources().withOffset(delta)); in withRegisterOffset() 100 RegisterSpecList sources = getSources(); in withSourceLiteral()
|
D | InvokePolymorphicInsn.java | 113 getSources(), catches.withAddedType(type), getCallSiteMethod()); in withAddedCatch() 120 getSources().withOffset(delta), in withRegisterOffset()
|
D | PlainCstInsn.java | 72 getSources().withOffset(delta), in withRegisterOffset()
|
D | Insn.java | 182 public final RegisterSpecList getSources() { in getSources() method in Insn 284 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
|
D | SwitchInsn.java | 85 getSources().withOffset(delta), in withRegisterOffset()
|
D | FillArrayDataInsn.java | 103 getSources().withOffset(delta), in withRegisterOffset()
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
D | LivenessAnalyzer.java | 274 coInterferePhiRegisters(interference, first.getResult(), second.getSources()); in coInterferePhis() 275 coInterferePhiRegisters(interference, second.getResult(), first.getSources()); in coInterferePhis()
|
D | FirstFitLocalCombiningAllocator.java | 559 RegisterSpec checkRegSpec = checkCastInsn.getSources().get(0); in handleCheckCastResults() 604 addMapping(checkCastInsn.getSources().get(0), moveRopReg); in handleCheckCastResults() 755 insn.getSources())) { in analyzeInstructions() 804 RegisterSpecList sources = insn.getSources(); in adjustAndMapSourceRangeRange() 860 RegisterSpecList sources = insn.getSources(); in findRangeAndAdjust() 1033 RegisterSpecList sources = insn.getSources(); in fitPlanForRange() 1137 RegisterSpecList sources = insn.getSources(); in processPhiInsn()
|
D | RegisterAllocator.java | 184 RegisterSpecList sources = insn.getSources(); in insertMoveBefore()
|