Lines Matching refs:numOfSlots
41 size_t RosAlloc::numOfSlots[kNumOfSizeBrackets]; member in art::gc::allocator::RosAlloc
557 const size_t num_of_slots = numOfSlots[idx]; in AllocRun()
837 size_t num_slots = numOfSlots[idx]; in Dump()
868 DCHECK_LT(slot_idx, numOfSlots[idx]) << "out of range"; in AllocSlot()
880 const size_t num_words = RoundUp(numOfSlots[idx], 32) / 32; in AllocSlot()
899 DCHECK_LT(slot_idx, numOfSlots[idx]); in FreeSlot()
902 size_t num_vec = RoundUp(numOfSlots[idx], 32) / 32; in FreeSlot()
925 const size_t num_of_slots = numOfSlots[idx]; in MergeThreadLocalFreeBitMapToAllocBitMap()
1012 DCHECK_LT(slot_idx, numOfSlots[idx]); in MarkFreeBitMapShared()
1042 const size_t num_slots = numOfSlots[idx]; in IsAllFree()
1090 const size_t num_slots = numOfSlots[idx]; in SetAllocBitMapBitsForInvalidSlots()
1106 memset(slot_begin, 0, numOfSlots[idx] * bracketSizes[idx]); in ZeroData()
1119 size_t num_slots = numOfSlots[idx]; in InspectAllSlots()
1834 numOfSlots[i] = num_of_slots; in Initialize()
1839 LOG(INFO) << "numOfSlots[" << i << "]=" << numOfSlots[i] in Initialize()
2000 const size_t num_slots = numOfSlots[idx]; in Verify()