Home
last modified time | relevance | path

Searched refs:GetSortedKeyIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dtransitions.h41 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
Dobjects-inl.h2781 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()
2803 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()
2934 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function
2940 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()
3071 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
3079 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()
3080 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
Dobjects.h2968 inline int GetSortedKeyIndex(int descriptor_number);
Dobjects.cc4705 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable()
7802 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index)); in Replace()