Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 25 of 43) sorted by relevance

12

/dalvik/dx/src/com/android/dx/rop/code/
DRop.java62 private final TypeList sources; field in Rop
94 public Rop(int opcode, Type result, TypeList sources, in Rop()
141 public Rop(int opcode, Type result, TypeList sources, in Rop()
159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop()
176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
DPlainInsn.java41 RegisterSpec result, RegisterSpecList sources) { in PlainInsn()
100 RegisterSpecList sources = getSources(); in withSourceLiteral() local
150 RegisterSpecList sources) { in withNewRegisters()
DInsn.java41 private final RegisterSpecList sources; field in Insn
52 RegisterSpecList sources) { in Insn()
297 RegisterSpecList sources); in withNewRegisters()
DPlainCstInsn.java40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn()
79 RegisterSpecList sources) { in withNewRegisters()
DThrowingCstInsn.java43 RegisterSpecList sources, in ThrowingCstInsn()
101 RegisterSpecList sources) { in withNewRegisters()
DFillArrayDataInsn.java51 RegisterSpecList sources, in FillArrayDataInsn()
110 RegisterSpecList sources) { in withNewRegisters()
DThrowingInsn.java63 RegisterSpecList sources, in ThrowingInsn()
114 RegisterSpecList sources) { in withNewRegisters()
DSwitchInsn.java42 RegisterSpecList sources, IntList cases) { in SwitchInsn()
103 RegisterSpecList sources) { in withNewRegisters()
DDexTranslationAdvice.java105 RegisterSpecList sources) { in requiresSourcesInOrder()
117 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth()
DInvokePolymorphicInsn.java73 …public InvokePolymorphicInsn(Rop opcode, SourcePosition position, RegisterSpecList sources, TypeLi… in InvokePolymorphicInsn()
126 public Insn withNewRegisters(RegisterSpec result, RegisterSpecList sources) { in withNewRegisters()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRop.java62 private final TypeList sources; field in Rop
94 public Rop(int opcode, Type result, TypeList sources, in Rop()
141 public Rop(int opcode, Type result, TypeList sources, in Rop()
159 public Rop(int opcode, Type result, TypeList sources, int branchingness, in Rop()
176 public Rop(int opcode, Type result, TypeList sources, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
DPlainInsn.java40 RegisterSpec result, RegisterSpecList sources) { in PlainInsn()
99 RegisterSpecList sources = getSources(); in withLastSourceLiteral() local
133 RegisterSpecList sources) { in withNewRegisters()
DInsn.java43 private final RegisterSpecList sources; field in Insn
54 RegisterSpecList sources) { in Insn()
298 RegisterSpecList sources); in withNewRegisters()
DPlainCstInsn.java40 RegisterSpec result, RegisterSpecList sources, in PlainCstInsn()
79 RegisterSpecList sources) { in withNewRegisters()
DThrowingCstInsn.java42 RegisterSpecList sources, in ThrowingCstInsn()
96 RegisterSpecList sources) { in withNewRegisters()
DFillArrayDataInsn.java52 RegisterSpecList sources, in FillArrayDataInsn()
111 RegisterSpecList sources) { in withNewRegisters()
DDexTranslationAdvice.java92 RegisterSpecList sources) { in requiresSourcesInOrder()
104 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth()
DThrowingInsn.java63 RegisterSpecList sources, in ThrowingInsn()
114 RegisterSpecList sources) { in withNewRegisters()
DSwitchInsn.java42 RegisterSpecList sources, IntList cases) { in SwitchInsn()
103 RegisterSpecList sources) { in withNewRegisters()
/dalvik/dx/src/com/android/dx/ssa/
DSCCP.java166 RegisterSpecList sources = insn.getSources(); in simulatePhi() local
242 RegisterSpecList sources = insn.getSources(); in simulateBranch() local
368 RegisterSpecList sources = insn.getSources(); in simulateMath() local
638 RegisterSpecList sources = insn.getSources(); in replaceConstants() local
DRegisterMapper.java48 public final RegisterSpecList map(RegisterSpecList sources) { in map()
67 public final RegisterSpecSet map(RegisterSpecSet sources) { in map()
DDeadCodeRemover.java95 RegisterSpecList sources = insnS.getSources(); in run() local
139 RegisterSpecList sources = insn.getSources(); in pruneDeadInstructions() local
DSsaBasicBlock.java615 RegisterSpecList sources = RegisterSpecList.make(source); in addMoveToEnd() local
638 RegisterSpecList sources = RegisterSpecList.make(source); in addMoveToBeginning() local
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java303 RegisterSpecList sources = getSources(opcode, stackPointer); in run() local
684 RegisterSpecList sources; in getSources() local
1027 private Insn makeInvokePolymorphicInsn(Rop rop, SourcePosition pos, RegisterSpecList sources, in makeInvokePolymorphicInsn()
/dalvik/dx/src/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java804 RegisterSpecList sources = insn.getSources(); in adjustAndMapSourceRangeRange() local
860 RegisterSpecList sources = insn.getSources(); in findRangeAndAdjust() local
1033 RegisterSpecList sources = insn.getSources(); in fitPlanForRange() local
1137 RegisterSpecList sources = insn.getSources(); in processPhiInsn() local

12