Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DNormalSsaInsn.java114 public RegisterSpecList getSources() { in getSources() method in NormalSsaInsn
DSsaInsn.java100 abstract public RegisterSpecList getSources(); in getSources() method in SsaInsn
DPhiInsn.java208 public RegisterSpecList getSources() { in getSources() method in PhiInsn
/dalvik/dx/src/com/android/dx/rop/code/
DRop.java331 public TypeList getSources() { in getSources() method in Rop
DInsn.java182 public final RegisterSpecList getSources() { in getSources() method in Insn
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRop.java331 public TypeList getSources() { in getSources() method in Rop
DInsn.java183 public final RegisterSpecList getSources() { in getSources() method in Insn
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java675 private RegisterSpecList getSources(int opcode, int stackPointer) { in getSources() method in RopperMachine