Home
last modified time | relevance | path

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

/dalvik/vm/
DBitVector.cpp32 BitVector* dvmAllocBitVector(unsigned int startBits, bool expandable) in dvmAllocBitVector() argument
44 bv->expandable = expandable; in dvmAllocBitVector()
88 if (!pBits->expandable) in dvmAllocBit()
105 if (!pBits->expandable) { in dvmSetBit()
234 dest->expandable != src1->expandable || in dvmIntersectBitVectors()
235 dest->expandable != src2->expandable) in dvmIntersectBitVectors()
253 dest->expandable != src1->expandable || in dvmUnifyBitVectors()
254 dest->expandable != src2->expandable) in dvmUnifyBitVectors()
270 src1->expandable != src2->expandable) in dvmCompareBitVectors()
DBitVector.h30 bool expandable; /* expand bitmap if we run out? */ member
43 BitVector* dvmAllocBitVector(unsigned int startBits, bool expandable);
/dalvik/vm/compiler/
DUtility.cpp270 BitVector* dvmCompilerAllocBitVector(unsigned int startBits, bool expandable) in dvmCompilerAllocBitVector() argument
282 bv->expandable = expandable; in dvmCompilerAllocBitVector()
299 if (!pBits->expandable) in dvmCompilerSetBit()
DCompilerUtility.h66 BitVector* dvmCompilerAllocBitVector(unsigned int startBits, bool expandable);
DSSATransformation.cpp367 dest->expandable != src1->expandable || in computeSuccLiveIn()
368 dest->expandable != src2->expandable) { in computeSuccLiveIn()