Home
last modified time | relevance | path

Searched refs:kBitVectorGrowth (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DBitVector.cpp25 #define kBitVectorGrowth 4 /* increase by 4 u4s when limit hit */ macro
92 (pBits->storageSize + kBitVectorGrowth) * sizeof(u4)); in dvmAllocBit()
94 kBitVectorGrowth * sizeof(u4)); in dvmAllocBit()
95 pBits->storageSize += kBitVectorGrowth; in dvmAllocBit()