HomeSort by relevance Sort by last modified time
    Searched refs:defInsn (Results 1 - 6 of 6) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 113 SsaInsn defInsn = ssaMeth.getDefinitionForRegister(reg);
115 if (defInsn instanceof NormalSsaInsn) {
116 NormalSsaInsn ndefInsn = (NormalSsaInsn) defInsn;
FirstFitAllocator.java 96 NormalSsaInsn defInsn = (NormalSsaInsn)
99 newReg = paramNumberFromMoveParam(defInsn);
FirstFitLocalCombiningAllocator.java 217 SsaInsn defInsn = ssaMeth.getDefinitionForRegister(ssaReg);
218 if (defInsn == null) {
222 Rop opcode = defInsn.getOpcode();
226 CstInsn origInsn = (CstInsn) defInsn.getOriginalRopInsn();
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 113 SsaInsn defInsn = ssaMeth.getDefinitionForRegister(reg);
115 if (defInsn instanceof NormalSsaInsn) {
116 NormalSsaInsn ndefInsn = (NormalSsaInsn) defInsn;
FirstFitAllocator.java 96 NormalSsaInsn defInsn = (NormalSsaInsn)
99 newReg = paramNumberFromMoveParam(defInsn);
FirstFitLocalCombiningAllocator.java 217 SsaInsn defInsn = ssaMeth.getDefinitionForRegister(ssaReg);
218 if (defInsn == null) {
222 Rop opcode = defInsn.getOpcode();
226 CstInsn origInsn = (CstInsn) defInsn.getOriginalRopInsn();
    [all...]

Completed in 83 milliseconds