Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaMethod.java224 private static SsaInsn getGoto(SsaBasicBlock block) { in getGoto() method in SsaMethod
241 newBlock.getInsns().add(getGoto(newBlock)); in makeNewGotoBlock()