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()
604 Label stableJSArray(env); in Filter() local
608 BRANCH(IsStableJSArray(glue, thisValue), &stableJSArray, slowPath); in Filter()
609 Bind(&stableJSArray); in Filter()
768 Label stableJSArray(env); in Map() local
771 BRANCH(IsStableJSArray(glue, thisValue), &stableJSArray, slowPath); in Map()
772 Bind(&stableJSArray); in Map()
1060 Label stableJSArray(env); in Pop() local
[all …]