Home | History | Annotate | Download | only in x86

Lines Matching refs:num_regs

544         for(jj = 0; jj < method_bbs_sorted[k]->num_regs; jj++)
554 for(k3 = 0; k3 < currentBB->num_regs; k3++) {
653 bb->num_regs = 0;
698 int num_regs = num_regs_per_bytecode;
699 for(kk = 0; kk < num_regs; kk++) {
714 for(kk = 0; kk < bb->num_regs; kk++) {
746 for(k = 0; k < bb->num_regs; k++) {
761 ALOGI("At start of basic block %d (num of VRs %d) -------", bb->bb_index, bb->num_regs);
769 ALOGI("At start of basic block %d (num of VRs %d) -------", bb->bb_index, bb->num_regs);
806 ALOGI("before one bytecode %d (num of VRs %d) -------", bb->bb_index, bb->num_regs);
906 ALOGI("after one bytecode BB %d (num of VRs %d)", bb->bb_index, bb->num_regs);
971 int jjend = bb->num_regs;
1028 bb->infoBasicBlock[bb->num_regs].refCount = currentInfo.refCount;
1029 bb->infoBasicBlock[bb->num_regs].physicalType = typeB;
1031 bb->infoBasicBlock[bb->num_regs].accessType = updateAccess3(tmpType, currentInfo.accessType);
1033 bb->infoBasicBlock[bb->num_regs].accessType = currentInfo.accessType;
1035 ALOGI("update accessType in case 3: VR %d %d accessType %d", regB, typeB, bb->infoBasicBlock[bb->num_regs].accessType);
1037 bb->infoBasicBlock[bb->num_regs].regNum = regB;
1039 bb->infoBasicBlock[bb->num_regs].allocConstraints[k] = currentInfo.allocConstraints[k];
1046 //copy from currentInfo.reachingDefs to bb->infoBasicBlock[bb->num_regs]
1047 bb->infoBasicBlock[bb->num_regs].num_reaching_defs = currentInfo.num_reaching_defs;
1049 bb->infoBasicBlock[bb->num_regs].reachingDefs[k] = currentInfo.reachingDefs[k];
1052 for(k = 0; k < bb->infoBasicBlock[bb->num_regs].num_reaching_defs; k++)
1057 bb->num_regs++;
1058 if(bb->num_regs >= MAX_REG_PER_BASICBLOCK) {
1453 for(jj = 0; jj < bb->num_regs; jj++) {
2431 reg, type, currentBB->bb_index, currentBB->num_regs);
3518 for(k = 0; k < bb->num_regs; k++) {
3529 for(k = 0; k < bb->num_regs; k++) {
4721 for(jj = 0; jj < bb->num_regs; jj++) {