Searched refs:SortElementsByInsertionSort (Results 1 – 2 of 2) sorted by relevance
118 …static void SortElementsByInsertionSort(JSThread *thread, const JSHandle<TaggedArray> &elements, u…
534 SortElementsByInsertionSort(thread, elements, len, fn); in SortElements()603 void JSArray::SortElementsByInsertionSort(JSThread *thread, const JSHandle<TaggedArray> &elements, … in SortElementsByInsertionSort() function in panda::ecmascript::JSArray