Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dtransitions.h64 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
Dobjects-inl.h2262 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()
2284 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()
2402 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function
2408 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()
2533 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
2552 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
2560 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()
2561 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
Dobjects.h3268 inline int GetSortedKeyIndex(int descriptor_number);
Dobjects.cc4974 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable()
5050 int sorted_index = descriptors->GetSortedKeyIndex(0); in SetHiddenPropertiesHashTable()