Home | History | Annotate | Download | only in compiler

Lines Matching full:bitvector

92     cUnit->defBlockMatrix = (BitVector **)
93 dvmCompilerNew(sizeof(BitVector *) * numRegisters, true);
235 BitVector *tempBlockV = cUnit->tempBlockV;
268 BitVector *tempBlockV = cUnit->tempBlockV;
359 * This is probably not general enough to be placed in BitVector.[ch].
361 static void computeSuccLiveIn(BitVector *dest,
362 const BitVector *src1,
363 const BitVector *src2)
386 BitVector *tempDalvikRegisterV = cUnit->tempDalvikRegisterV;
425 BitVector *phiBlocks =
427 BitVector *tmpBlocks =
429 BitVector *inputBlocks =
503 BitVector *ssaRegV = cUnit->tempSSARegisterV;