Searched refs:insertPlainInsnBefore (Results 1 – 1 of 1) sorted by relevance
/dalvik/dx/src/com/android/dx/ssa/ |
D | EscapeAnalysis.java | 545 insertPlainInsnBefore(def, RegisterSpecList.EMPTY, newReg, in replaceDef() 582 insertPlainInsnBefore(next, RegisterSpecList.make(source), in replaceUse() 599 insertPlainInsnBefore(use, RegisterSpecList.make(source), in replaceUse() 613 insertPlainInsnBefore(next, RegisterSpecList.EMPTY, in replaceUse() 630 insertPlainInsnBefore(use, RegisterSpecList.EMPTY, newFill, in replaceUse() 753 insertPlainInsnBefore(newInsn, RegisterSpecList.EMPTY, newReg, in insertExceptionThrow() 787 private void insertPlainInsnBefore(SsaInsn insn, in insertPlainInsnBefore() method in EscapeAnalysis
|