Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp605 Label notStableJSArray(env); in Filter() local
691 BRANCH(IsStableJSArray(glue, thisValue), &loopEnd, &notStableJSArray); in Filter()
696 Jump(&notStableJSArray); in Filter()
698 Bind(&notStableJSArray); in Filter()
769 Label notStableJSArray(env); in Map() local
844 BRANCH(IsStableJSArray(glue, thisValue), &loopEnd, &notStableJSArray); in Map()
849 Jump(&notStableJSArray); in Map()
851 Bind(&notStableJSArray); in Map()
1714 Label notStableJSArray(env); in Reduce() local
1715 BRANCH(IsStableJSArray(glue, thisValue), &isStableJSArray, &notStableJSArray); in Reduce()
[all …]