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.java47 RegisterSpecList oldSources = insn.getSources();
64 RegisterSpecList origSources = insn.getSources();
93 RegisterSpecList origSources = insn.getSources();
109 * Like rop.Insn.getSources().
114 public RegisterSpecList getSources() { method in class:NormalSsaInsn
115 return insn.getSources();
126 return insn.withNewRegisters(getResult(), insn.getSources());
149 assignment = insn.getSources().get(0);
174 RegisterSpecList oldSources = insn.getSources();
H A DSsaInsn.java96 * Like {@link com.android.dx.rop.code.Insn getSources()}.
100 abstract public RegisterSpecList getSources(); method in class:SsaInsn
216 return null != getSources().specForRegister(reg);
H A DPhiInsn.java137 // Un-cache sources, in case someone has already called getSources().
156 // Un-cache sources, in case someone has already called getSources().
162 * at the particular getSources() index.
164 * @param sourcesIndex index of source in getSources()
208 public RegisterSpecList getSources() { method in class:PhiInsn
365 int sz = getSources().size();
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java288 RegisterSpecList sources = getSources(opcode, stackPointer);
652 private RegisterSpecList getSources(int opcode, int stackPointer) { method in class:RopperMachine

Completed in 113 milliseconds