Searched defs:getSources (Results 1 - 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
H A DRop.java331 public TypeList getSources() { method in class:Rop
H A DInsn.java183 public final RegisterSpecList getSources() { method in class:Insn
285 && equalsHandleNulls(sources, b.getSources())
/dalvik/dx/src/com/android/dx/ssa/
H A DNormalSsaInsn.java42 RegisterSpecList oldSources = insn.getSources();
59 RegisterSpecList origSources = insn.getSources();
88 RegisterSpecList origSources = insn.getSources();
104 * Like rop.Insn.getSources().
108 public RegisterSpecList getSources() { method in class:NormalSsaInsn
109 return insn.getSources();
120 return insn.withNewRegisters(getResult(), insn.getSources());
142 assignment = insn.getSources().get(0);
167 RegisterSpecList oldSources = insn.getSources();
H A DSsaInsn.java92 * Like {@link com.android.dx.rop.code.Insn getSources()}.
96 abstract public RegisterSpecList getSources(); method in class:SsaInsn
212 return null != getSources().specForRegister(reg);
H A DPhiInsn.java132 // Un-cache sources, in case someone has already called getSources().
138 * at the particular getSources() index.
140 * @param sourcesIndex index of source in getSources()
183 public RegisterSpecList getSources() { method in class:PhiInsn
340 int sz = getSources().size();
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java288 RegisterSpecList sources = getSources(opcode, stackPointer);
631 private RegisterSpecList getSources(int opcode, int stackPointer) { method in class:RopperMachine

Completed in 3376 milliseconds