Home
last modified time | relevance | path

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

/external/v8/src/
Dtransitions.h145 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
Dobjects-inl.h2735 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()
2765 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()
2915 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function
2921 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()
3048 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
3056 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()
3057 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
Dobjects.h2887 inline int GetSortedKeyIndex(int descriptor_number);
Dobjects.cc6097 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable()
10823 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index)); in Replace()