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

  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 76 private SsaInsn[] definitionList;
414 if (definitionList != null) {
415 return definitionList[reg];
418 definitionList = new SsaInsn[getRegCount()];
422 definitionList[insn.getResult().getReg()] = insn;
425 definitionList[phi.getResult().getReg()] = phi;
430 definitionList[insn.getResult().getReg()] = insn;
435 return definitionList[reg];
581 if (definitionList != null && resultReg != null) {
582 definitionList[resultReg.getReg()] = null
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 340 milliseconds