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

  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 496 RegisterInfo *infoLo = getRegInfo(cUnit, rl.lowReg);
498 if (!infoLo->pair) {
501 assert(infoLo->pair);
508 assert(infoLo->pair);
510 assert(infoLo->partner == infoHi->reg);
511 assert(infoHi->partner == infoLo->reg);
512 infoLo->pair = false;
514 infoLo->defStart = NULL;
515 infoLo->defEnd = NULL;
634 RegisterInfo *infoLo = getRegInfo(cUnit, lowReg)
    [all...]
  /dalvik/vm/compiler/codegen/mips/
RallocUtil.cpp 562 RegisterInfo *infoLo = getRegInfo(cUnit, rl.lowReg);
564 if (!infoLo->pair) {
567 assert(infoLo->pair);
574 assert(infoLo->pair);
576 assert(infoLo->partner == infoHi->reg);
577 assert(infoHi->partner == infoLo->reg);
578 infoLo->pair = false;
580 infoLo->defStart = NULL;
581 infoLo->defEnd = NULL;
706 RegisterInfo *infoLo = getRegInfo(cUnit, lowReg)
    [all...]

Completed in 8208 milliseconds