Home | History | Annotate | Download | only in Support

Lines Matching refs:Array

32   // Install the new array.  Clear all the buckets to empty.
41 // If more than 3/4 of the array is full, grow.
44 // If fewer of 1/8 of the array is empty (meaning that many are filled with
92 const void *const *Array = CurArray;
98 if (LLVM_LIKELY(Array[Bucket] == getEmptyMarker()))
99 return Tombstone ? Tombstone : Array+Bucket;
102 if (LLVM_LIKELY(Array[Bucket] == Ptr))
103 return Array+Bucket;
107 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
108 Tombstone = Array+Bucket; // Remember the first tombstone found.
122 // Install the new array. Clear all the buckets to empty.
155 // Copy over the that array.
196 // Copy over the new array size