Searched refs:firstOccupiedSlot (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DPointerHash.h76 inline uint32_t firstOccupiedSlot() const { return _firstOccupiedSlot; } function in class:Auto::PointerHash
H A DThread.cpp78 for (uint32_t i=_localAllocations.firstOccupiedSlot(); i<=_localAllocations.lastOccupiedSlot(); i++) {
190 uint32_t first = _localAllocations.firstOccupiedSlot();
618 for (uint32_t i=_localAllocations.firstOccupiedSlot(); i<=_localAllocations.lastOccupiedSlot(); i++) {
H A DThread.h98 for (uint32_t i = firstOccupiedSlot(), last = lastOccupiedSlot(); i <= last; i++) {
H A DThreadLocalCollector.cpp307 for (uint32_t i = _localBlocks.firstOccupiedSlot(), last = _localBlocks.lastOccupiedSlot(); (i <= last) && (_tlcBufferCount != garbage_count); i++) {

Completed in 135 milliseconds