Searched defs:startBits (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DBitVector.cpp32 BitVector* dvmAllocBitVector(unsigned int startBits, bool expandable) argument
41 count = (startBits + 31) >> 5;
/dalvik/vm/compiler/
H A DUtility.cpp270 BitVector* dvmCompilerAllocBitVector(unsigned int startBits, bool expandable) argument
279 count = (startBits + 31) >> 5;

Completed in 81 milliseconds