Home
last modified time | relevance | path

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

/dalvik/vm/
DBitVector.cpp205 static void checkSizes(const BitVector* bv1, const BitVector* bv2) in checkSizes() argument
207 if (bv1->storageSize != bv2->storageSize) { in checkSizes()
209 bv1->storageSize, bv2->storageSize); in checkSizes()