Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java769 SsaInsn newInsn3 = newBlock3.getInsns().get(0); in insertExceptionThrow() local
770 insertThrowingInsnBefore(newInsn3, RegisterSpecList.make(newReg), null, in insertExceptionThrow()
774 deletedInsns.add(newInsn3); in insertExceptionThrow()