Home
last modified time | relevance | path

Searched refs:SetSortedKey (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-inl.h2944 void DescriptorArray::SetSortedKey(int descriptor_index, int pointer) { in SetSortedKey() function
3071 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
3074 SetSortedKey(insertion, descriptor_number); in Append()
3080 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
3081 SetSortedKey(second, first_key); in SwapSortedKeys()
Dobjects.h2969 inline void SetSortedKey(int pointer, int descriptor_number);
Dobjects.cc7842 for (int i = 0; i < len; ++i) SetSortedKey(i, i); in Sort()