Home
last modified time | relevance | path

Searched defs:lenChange (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stub_builder.cpp124 BRANCH(Int32NotEqual(tempLen, *length), &lenChange, &setValue); in ContainersCommonFuncCall() local
462 BRANCH(Int32NotEqual(currentLen, *length), &lenChange, &loopEnd); in ContainersLightWeightCall() local
H A Dbuiltins_array_stub_builder.cpp653 BRANCH(Int64LessThan(tmpArrLen, *thisArrLenVar), &lenChange, &kValueIsHole); in Filter() local
804 BRANCH(Int64LessThan(tmpArrLen, *thisArrLenVar), &lenChange, &kValueIsHole); in Map() local

Completed in 11 milliseconds