Home
last modified time | relevance | path

Searched defs:newSources (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DNormalSsaInsn.java48 RegisterSpecList newSources = mapper.map(oldSources); in mapSourceRegisters() local
66 RegisterSpecList newSources = new RegisterSpecList(sz); in changeOneSource() local
92 public final void setNewSources (RegisterSpecList newSources) { in setNewSources()
DRegisterMapper.java50 RegisterSpecList newSources = new RegisterSpecList(sz); in map() local
69 RegisterSpecSet newSources = new RegisterSpecSet(getNewRegisterCount()); in map() local
DLiteralOpUpgrader.java189 RegisterSpecList newSources, int newOpcode, Constant cst) { in replacePlainInsn()
DEscapeAnalysis.java788 RegisterSpecList newSources, RegisterSpec newResult, int newOpcode, in insertPlainInsnBefore()
826 RegisterSpecList newSources, RegisterSpec newResult, int newOpcode, in insertThrowingInsnBefore()
DSsaBasicBlock.java766 RegisterSpecList newSources = RegisterSpecList.make(tempSpec); in scheduleUseBeforeAssigned() local
/dalvik/dx/src/com/android/dx/rop/code/
DPlainInsn.java114 RegisterSpecList newSources = sources.withoutFirst(); in withSourceLiteral() local
125 RegisterSpecList newSources = sources.withoutLast(); in withSourceLiteral() local
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DPlainInsn.java114 RegisterSpecList newSources = sources.withoutLast(); in withLastSourceLiteral() local