Searched refs:GetSortedKey (Results 1 – 7 of 7) sorted by relevance
131 Name DescriptorArray::GetSortedKey(int descriptor_number) { in GetSortedKey() function133 return GetSortedKey(cage_base, descriptor_number); in GetSortedKey()136 Name DescriptorArray::GetSortedKey(PtrComprCageBase cage_base, in GetSortedKey() function232 Name key = GetSortedKey(insertion - 1); in Append()
89 inline Name GetSortedKey(int descriptor_number);90 inline Name GetSortedKey(PtrComprCageBase cage_base, int descriptor_number);
264 inline Name GetSortedKey(int transition_number);
322 Name TransitionArray::GetSortedKey(int transition_number) { in GetSortedKey() function
268 Name mid_name = array->GetSortedKey(mid); in BinarySearch()
4473 const uint32_t parent_hash = GetSortedKey(i).hash(); in Sort()4476 uint32_t child_hash = GetSortedKey(child_index).hash(); in Sort()4478 uint32_t right_child_hash = GetSortedKey(child_index + 1).hash(); in Sort()4497 const uint32_t parent_hash = GetSortedKey(parent_index).hash(); in Sort()4501 uint32_t child_hash = GetSortedKey(child_index).hash(); in Sort()4503 uint32_t right_child_hash = GetSortedKey(child_index + 1).hash(); in Sort()
2077 Name key = GetSortedKey(i); in IsSortedNoDuplicates()2101 Name key = GetSortedKey(i); in IsSortedNoDuplicates()