Home
last modified time | relevance | path

Searched refs:getParent (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DNormalSsaInsn.java52 getBlock().getParent().onSourcesChanged(this, oldSources); in mapSourceRegisters()
80 getBlock().getParent().onSourceChanged(this, origSpec, newSpec); in changeOneSource()
178 getBlock().getParent().onSourcesChanged(this, oldSources); in upgradeToLiteral()
DSsaInsn.java160 block.getParent().updateOneDefinition(this, oldResult); in mapRegisters()
DPhiInsn.java274 getBlock().getParent().onSourceChanged(this, old, o.regSpec); in mapSourceRegisters()
DSsaBasicBlock.java399 public SsaMethod getParent() { in getParent() method in SsaBasicBlock