Lines Matching defs:info
100 ALOGE("Tried to get info on a non-existant temp: r%d",reg);
126 RegisterInfo *info = getRegInfo(cUnit, reg);
127 if (info->live && info->dirty) {
128 info->dirty = false;
130 dvmCompilerS2VReg(cUnit, info->sReg) << 2,
580 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info,
585 if (info[i].live && info[i].dirty) {
586 if (info[i].pair) {
587 dvmCompilerFlushRegWide(cUnit, info[i].reg, info[i].partner);
589 dvmCompilerFlushReg(cUnit, info[i].reg);
619 RegisterInfo *info = getRegInfo(cUnit, reg);
620 if ((info->reg == reg) && (info->sReg == sReg) && info->live) {
624 info->live = true;
627 info->live = false;
629 info->sReg = sReg;
643 RegisterInfo *info = getRegInfo(cUnit, reg);
644 info->dirty = false;
649 RegisterInfo *info = getRegInfo(cUnit, reg);
650 info->dirty = true;
655 RegisterInfo *info = getRegInfo(cUnit, reg);
656 info->inUse = true;
722 // Can reuse - update the register usage info