Searched refs:startBits (Results 1 – 4 of 4) sorted by relevance
43 BitVector* dvmAllocBitVector(unsigned int startBits, bool expandable);
32 BitVector* dvmAllocBitVector(unsigned int startBits, bool expandable) in dvmAllocBitVector() argument41 count = (startBits + 31) >> 5; in dvmAllocBitVector()
66 BitVector* dvmCompilerAllocBitVector(unsigned int startBits, bool expandable);
270 BitVector* dvmCompilerAllocBitVector(unsigned int startBits, bool expandable) in dvmCompilerAllocBitVector() argument279 count = (startBits + 31) >> 5; in dvmCompilerAllocBitVector()