Home
last modified time | relevance | path

Searched defs:isJsArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp54 Label isJsArray(env); in With() local
174 Label isJsArray(env); in Unshift() local
430 Label isJsArray(env); in Concat() local
564 Label isJsArray(env); in Filter() local
730 Label isJsArray(env); in Map() local
869 Label isJsArray(env); in ForEach() local
1156 Label isJsArray(env); in Slice() local
1399 Label isJsArray(env); in SortAfterArgs() local
1425 Label isJsArray(env); in ToSorted() local
1673 Label isJsArray(env); in Reduce() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h164 GateRef isJsArray = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsStableArray() local