/dalvik/dx/src/com/android/dx/ssa/ |
D | NormalSsaInsn.java | 42 RegisterSpecList oldSources = insn.getSources(); in mapSourceRegisters() 59 RegisterSpecList origSources = insn.getSources(); in changeOneSource() 88 RegisterSpecList origSources = insn.getSources(); in setNewSources() 109 public RegisterSpecList getSources() { in getSources() method in NormalSsaInsn 110 return insn.getSources(); in getSources() 121 return insn.withNewRegisters(getResult(), insn.getSources()); in toRopInsn() 144 assignment = insn.getSources().get(0); in getLocalAssignment() 169 RegisterSpecList oldSources = insn.getSources(); in upgradeToLiteral()
|
D | SsaInsn.java | 96 abstract public RegisterSpecList getSources(); in getSources() method in SsaInsn 212 return null != getSources().specForRegister(reg); in isRegASource()
|
D | EscapeAnalysis.java | 269 prevSource = prevSsaInsn.getSources().get(0); in processMoveResultPseudoInsn() 290 prevSource = prevSsaInsn.getSources().get(0); in processMoveResultPseudoInsn() 411 RegisterSpec putIndex = use.getSources().get(2); in processUse() 419 RegisterSpec putValue = use.getSources().get(0); in processUse() 426 RegisterSpecList sources = use.getSources(); in processUse() 449 RegisterSpec getIndex = use.getSources().get(1); in processUse() 490 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer(); in scalarReplacement() 577 sources = use.getSources(); in replaceUse() 594 sources = use.getSources(); in replaceUse() 611 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer(); in replaceUse() [all …]
|
D | SCCP.java | 167 RegisterSpecList sources = insn.getSources(); in simulatePhi() 243 RegisterSpecList sources = insn.getSources(); in simulateBranch() 369 RegisterSpecList sources = insn.getSources(); in simulateMath() 502 if (insn.getSources().size() == 1) { in simulateStmt() 503 int sourceReg = insn.getSources().get(0).getReg(); in simulateStmt() 639 RegisterSpecList sources = insn.getSources(); in replaceConstants()
|
D | DeadCodeRemover.java | 102 RegisterSpecList sources = insnS.getSources(); in run() 143 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions()
|
D | PhiInsn.java | 204 public RegisterSpecList getSources() { in getSources() method in PhiInsn 361 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()
|
D | PhiTypeResolver.java | 130 RegisterSpecList sources = insn.getSources(); in resolveResultType()
|
D | SsaRenamer.java | 497 int ropSourceReg = insn.getSources().get(0).getReg(); in visitMoveInsn() 500 int ssaSourceReg = insn.getSources().get(0).getReg(); in visitMoveInsn()
|
/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 | FillArrayDataInsn.java | 104 getSources().withOffset(delta), in withRegisterOffset()
|
D | SwitchInsn.java | 85 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()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | ThrowingCstInsn.java | 85 getSources(), catches.withAddedType(type), in withAddedCatch() 93 getSources().withOffset(delta), in withRegisterOffset()
|
D | ThrowingInsn.java | 100 getSources(), catches.withAddedType(type)); in withAddedCatch() 107 getSources().withOffset(delta), in withRegisterOffset()
|
D | PlainInsn.java | 94 getSources().withOffset(delta)); in withRegisterOffset() 100 RegisterSpecList sources = getSources(); in withSourceLiteral()
|
D | PlainCstInsn.java | 72 getSources().withOffset(delta), in withRegisterOffset()
|
D | FillArrayDataInsn.java | 104 getSources().withOffset(delta), in withRegisterOffset()
|
D | SwitchInsn.java | 85 getSources().withOffset(delta), in withRegisterOffset()
|
D | Insn.java | 181 public final RegisterSpecList getSources() { in getSources() method in Insn 283 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
D | FirstFitLocalCombiningAllocator.java | 480 RegisterSpec checkRegSpec = checkCastInsn.getSources().get(0); in handleCheckCastResults() 525 addMapping(checkCastInsn.getSources().get(0), moveRopReg); in handleCheckCastResults() 673 insn.getSources())) { in analyzeInstructions() 722 RegisterSpecList sources = insn.getSources(); in adjustAndMapSourceRangeRange() 778 RegisterSpecList sources = insn.getSources(); in findRangeAndAdjust() 917 RegisterSpecList sources = insn.getSources(); in fitPlanForRange() 1021 RegisterSpecList sources = insn.getSources(); in processPhiInsn()
|
D | RegisterAllocator.java | 186 RegisterSpecList sources = insn.getSources(); in insertMoveBefore()
|