Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java739 insertThrowingInsnBefore(insn, RegisterSpecList.EMPTY, null, in insertExceptionThrow()
758 insertThrowingInsnBefore(newInsn2, RegisterSpecList.make(newReg, index), in insertExceptionThrow()
766 insertThrowingInsnBefore(newInsn3, RegisterSpecList.make(newReg), null, in insertExceptionThrow()
821 private void insertThrowingInsnBefore(SsaInsn insn, in insertThrowingInsnBefore() method in EscapeAnalysis