HomeSort by relevance Sort by last modified time
    Searched refs:dvmAllocBit (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
BitVector.h 47 * dvmAllocBit always allocates the first possible bit. If we run out of
48 * space in the bitmap, and it's not marked expandable, dvmAllocBit
59 int dvmAllocBit(BitVector* pBits);
BitVector.cpp 66 * dvmAllocBit/dvmFreeBit.
68 int dvmAllocBit(BitVector* pBits)
Thread.cpp     [all...]

Completed in 2378 milliseconds