Lines Matching defs:info
102 ALOGE("Tried to get info on a non-existant temp: r%d",reg);
128 RegisterInfo *info = getRegInfo(cUnit, reg);
129 if (info->live && info->dirty) {
130 info->dirty = false;
132 dvmCompilerS2VReg(cUnit, info->sReg) << 2,
652 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info,
657 if (info[i].live && info[i].dirty) {
658 if (info[i].pair) {
659 flushRegWide(cUnit, info[i].reg, info[i].partner);
661 flushReg(cUnit, info[i].reg);
691 RegisterInfo *info = getRegInfo(cUnit, reg);
692 if ((info->reg == reg) && (info->sReg == sReg) && info->live) {
696 info->live = true;
699 info->live = false;
701 info->sReg = sReg;
715 RegisterInfo *info = getRegInfo(cUnit, reg);
716 info->dirty = false;
721 RegisterInfo *info = getRegInfo(cUnit, reg);
722 info->dirty = true;
727 RegisterInfo *info = getRegInfo(cUnit, reg);
728 info->inUse = true;
794 // Can reuse - update the register usage info