Lines Matching defs:insnRegCount
87 workBits = dvmAllocBitVector(vdata->insnRegCount, false);
186 dvmAllocBitVector(vdata->insnRegCount, false);
750 assert(reg <= vdata->insnRegCount + (wide ? 1 : 0));
805 u4 insnRegCount = vdata->insnRegCount;
806 size_t regCharSize = insnRegCount + (insnRegCount-1)/4 + 2 +1;
812 if (insnRegCount == 0)
815 regChars[1 + (insnRegCount-1) + (insnRegCount-1)/4 +1] = ']';
818 for (idx = 0; idx < insnRegCount; idx++) {