Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddescriptor-array-inl.h141 void DescriptorArray::SetSortedKey(int descriptor_number, int pointer) { in SetSortedKey() function
234 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
237 SetSortedKey(insertion, descriptor_number); in Append()
242 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
243 SetSortedKey(second, first_key); in SwapSortedKeys()
Ddescriptor-array.h235 inline void SetSortedKey(int pointer, int descriptor_number);
Dobjects.cc4467 for (int i = 0; i < len; ++i) SetSortedKey(i, i); in Sort()