Lines Matching full:info
125 LOGE("Tried to get info on a non-existant temp: r%d",reg);
151 RegisterInfo *info = getRegInfo(cUnit, reg);
152 if (info->live && info->dirty) {
153 info->dirty = false;
155 dvmCompilerS2VReg(cUnit, info->sReg) << 2,
634 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info,
639 if (info[i].live && info[i].dirty) {
640 if (info[i].pair) {
641 flushRegWide(cUnit, info[i].reg, info[i].partner);
643 flushReg(cUnit, info[i].reg);
673 RegisterInfo *info = getRegInfo(cUnit, reg);
674 if ((info->reg == reg) && (info->sReg == sReg) && info->live) {
678 info->live = true;
681 info->live = false;
683 info->sReg = sReg;
697 RegisterInfo *info = getRegInfo(cUnit, reg);
698 info->dirty = false;
703 RegisterInfo *info = getRegInfo(cUnit, reg);
704 info->dirty = true;
709 RegisterInfo *info = getRegInfo(cUnit, reg);
710 info->inUse = true;
776 // Can reuse - update the register usage info