Home
last modified time | relevance | path

Searched refs:getSources (Results 1 – 25 of 37) 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()
126 return insn.withNewRegisters(getResult(), insn.getSources()); in toRopInsn()
149 assignment = insn.getSources().get(0); in getLocalAssignment()
174 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 …]
DDeadCodeRemover.java95 RegisterSpecList sources = insnS.getSources(); in run()
136 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions()
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()
DPhiInsn.java208 public RegisterSpecList getSources() { in getSources() method in PhiInsn
365 int sz = getSources().size(); in toHumanWithInline()
DSsaBasicBlock.java588 if (lastInsn.getResult() != null || lastInsn.getSources().size() > 0) { in addMoveToEnd()
704 toSchedule.get(i).getSources().get(0)); in scheduleUseBeforeAssigned()
739 insn.getSources().get(0))) { in scheduleUseBeforeAssigned()
761 insnToSplit.getSources()), this); in scheduleUseBeforeAssigned()
DPhiTypeResolver.java129 RegisterSpecList sources = insn.getSources(); in resolveResultType()
DSsaRenamer.java496 int ropSourceReg = insn.getSources().get(0).getReg(); in visitMoveInsn()
499 int ssaSourceReg = insn.getSources().get(0).getReg(); in visitMoveInsn()
/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()
DFillArrayDataInsn.java104 getSources().withOffset(delta), in withRegisterOffset()
DSwitchInsn.java85 getSources().withOffset(delta), in withRegisterOffset()
DInsn.java183 public final RegisterSpecList getSources() { in getSources() method in Insn
285 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
/dalvik/dx/src/com/android/dx/rop/code/
DThrowingCstInsn.java85 getSources(), catches.withAddedType(type), in withAddedCatch()
93 getSources().withOffset(delta), in withRegisterOffset()
DThrowingInsn.java100 getSources(), catches.withAddedType(type)); in withAddedCatch()
107 getSources().withOffset(delta), in withRegisterOffset()
DPlainInsn.java94 getSources().withOffset(delta)); in withRegisterOffset()
100 RegisterSpecList sources = getSources(); in withSourceLiteral()
DPlainCstInsn.java72 getSources().withOffset(delta), in withRegisterOffset()
DFillArrayDataInsn.java103 getSources().withOffset(delta), in withRegisterOffset()
DSwitchInsn.java85 getSources().withOffset(delta), in withRegisterOffset()
DInsn.java181 public final RegisterSpecList getSources() { in getSources() method in Insn
283 && equalsHandleNulls(sources, b.getSources()) in contentEquals()
/dalvik/dx/src/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java559 RegisterSpec checkRegSpec = checkCastInsn.getSources().get(0); in handleCheckCastResults()
604 addMapping(checkCastInsn.getSources().get(0), moveRopReg); in handleCheckCastResults()
752 insn.getSources())) { in analyzeInstructions()
801 RegisterSpecList sources = insn.getSources(); in adjustAndMapSourceRangeRange()
857 RegisterSpecList sources = insn.getSources(); in findRangeAndAdjust()
1030 RegisterSpecList sources = insn.getSources(); in fitPlanForRange()
1134 RegisterSpecList sources = insn.getSources(); in processPhiInsn()
DRegisterAllocator.java184 RegisterSpecList sources = insn.getSources(); in insertMoveBefore()

12