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

/dalvik/dexgen/src/com/android/dexgen/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/rop/code/
H A DRop.java331 public TypeList getSources() { method in class:Rop
H A DInsn.java181 public final RegisterSpecList getSources() { method in class:Insn
283 && 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().
109 public RegisterSpecList getSources() { method in class:NormalSsaInsn
110 return insn.getSources();
121 return insn.withNewRegisters(getResult(), insn.getSources());
144 assignment = insn.getSources().get(0);
169 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.java133 // Un-cache sources, in case someone has already called getSources().
152 // Un-cache sources, in case someone has already called getSources().
158 * at the particular getSources() index.
160 * @param sourcesIndex index of source in getSources()
204 public RegisterSpecList getSources() { method in class:PhiInsn
361 int sz = getSources().size();
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java289 RegisterSpecList sources = getSources(opcode, stackPointer);
653 private RegisterSpecList getSources(int opcode, int stackPointer) { method in class:RopperMachine

Completed in 134 milliseconds