Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp315 Label stableJSArray(env); in Shift() local
321 BRANCH(IsStableJSArray(glue, thisValue), &stableJSArray, slowPath); in Shift()
322 Bind(&stableJSArray); in Shift()
601 Label stableJSArray(env); in Filter() local
605 BRANCH(IsStableJSArray(glue, thisValue), &stableJSArray, slowPath); in Filter()
606 Bind(&stableJSArray); in Filter()
762 Label stableJSArray(env); in Map() local
765 BRANCH(IsStableJSArray(glue, thisValue), &stableJSArray, slowPath); in Map()
766 Bind(&stableJSArray); in Map()
1054 Label stableJSArray(env); in Pop() local
[all …]