Home
last modified time | relevance | path

Searched refs:getSources (Results 1 – 25 of 39) sorted by relevance

12

/dalvik/dx/src/com/android/dx/ssa/
DNormalSsaInsn.java47 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()
DSsaInsn.java100 abstract public RegisterSpecList getSources(); in getSources() method in SsaInsn
216 return null != getSources().specForRegister(reg); in isRegASource()
DEscapeAnalysis.java268 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 …]
DSCCP.java166 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()
DDeadCodeRemover.java95 RegisterSpecList sources = insnS.getSources(); in run()
139 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions()
DPhiInsn.java208 public RegisterSpecList getSources() { in getSources() method in PhiInsn
366 int sz = getSources().size(); in toHumanWithInline()
DSsaBasicBlock.java589 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/
DThrowingCstInsn.java80 getSources(), catches.withAddedType(type), in withAddedCatch()
88 getSources().withOffset(delta), in withRegisterOffset()
DThrowingInsn.java100 getSources(), catches.withAddedType(type)); in withAddedCatch()
107 getSources().withOffset(delta), in withRegisterOffset()
DPlainInsn.java93 getSources().withOffset(delta)); in withRegisterOffset()
99 RegisterSpecList sources = getSources(); in withLastSourceLiteral()
DPlainCstInsn.java72 getSources().withOffset(delta), in withRegisterOffset()
DInsn.java183 public final RegisterSpecList getSources() { in getSources() method in Insn
285 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
DSwitchInsn.java85 getSources().withOffset(delta), in withRegisterOffset()
DFillArrayDataInsn.java104 getSources().withOffset(delta), in withRegisterOffset()
/dalvik/dx/src/com/android/dx/rop/code/
DThrowingInsn.java100 getSources(), catches.withAddedType(type)); in withAddedCatch()
107 getSources().withOffset(delta), in withRegisterOffset()
DThrowingCstInsn.java85 getSources(), catches.withAddedType(type), in withAddedCatch()
93 getSources().withOffset(delta), in withRegisterOffset()
DPlainInsn.java94 getSources().withOffset(delta)); in withRegisterOffset()
100 RegisterSpecList sources = getSources(); in withSourceLiteral()
DInvokePolymorphicInsn.java113 getSources(), catches.withAddedType(type), getCallSiteMethod()); in withAddedCatch()
120 getSources().withOffset(delta), in withRegisterOffset()
DPlainCstInsn.java72 getSources().withOffset(delta), in withRegisterOffset()
DInsn.java182 public final RegisterSpecList getSources() { in getSources() method in Insn
284 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
DSwitchInsn.java85 getSources().withOffset(delta), in withRegisterOffset()
DFillArrayDataInsn.java103 getSources().withOffset(delta), in withRegisterOffset()
/dalvik/dx/src/com/android/dx/ssa/back/
DLivenessAnalyzer.java274 coInterferePhiRegisters(interference, first.getResult(), second.getSources()); in coInterferePhis()
275 coInterferePhiRegisters(interference, second.getResult(), first.getSources()); in coInterferePhis()
DFirstFitLocalCombiningAllocator.java559 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()
DRegisterAllocator.java184 RegisterSpecList sources = insn.getSources(); in insertMoveBefore()

12