Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DNormalSsaInsn.java109 public RegisterSpecList getSources() { in getSources() method in NormalSsaInsn
DSsaInsn.java96 abstract public RegisterSpecList getSources(); in getSources() method in SsaInsn
DPhiInsn.java204 public RegisterSpecList getSources() { in getSources() method in PhiInsn
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java331 public TypeList getSources() { in getSources() method in Rop
DInsn.java181 public final RegisterSpecList getSources() { in getSources() method in Insn
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java358 public Collection<ShaderSource> getSources(){ in getSources() method in Shader