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

  /dalvik/vm/compiler/
Loop.c 185 int endReg = dvmConvertSSARegToDalvik(cUnit, branch->ssaRep->uses[1]);
187 if (DECODE_SUB(endReg) != 0) {
190 loopAnalysis->endConditionReg = DECODE_REG(endReg);
201 int endReg = dvmConvertSSARegToDalvik(cUnit,
204 if (DECODE_SUB(endReg) != 0) {
207 loopAnalysis->endConditionReg = DECODE_REG(endReg);
370 LOGE(" endReg %d", loopAnalysis->endConditionReg);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
FwEvent.c     [all...]

Completed in 172 milliseconds