Searched refs:FastArraySort (Results 1 – 6 of 6) sorted by relevance
187 V(FastArraySort) \
145 static int FastArraySort(JSTaggedType x, JSTaggedType y);
3843 int RuntimeStubs::FastArraySort(JSTaggedType x, JSTaggedType y) in FastArraySort() function in panda::ecmascript::RuntimeStubs
593 V(FastArraySort) \
1728 DEF_CALL_SIGNATURE(FastArraySort) in DEF_CALL_SIGNATURE() argument
1560 … CallNGCRuntime(glue, RTSTUB_ID(FastArraySort), {*middleValue, *presentValue}); in DoSort()