Searched defs:lenChange (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | containers_stub_builder.cpp | 124 BRANCH(Int32NotEqual(tempLen, *length), &lenChange, &setValue);
in ContainersCommonFuncCall() local 462 BRANCH(Int32NotEqual(currentLen, *length), &lenChange, &loopEnd);
in ContainersLightWeightCall() local
|
| H A D | builtins_array_stub_builder.cpp | 653 BRANCH(Int64LessThan(tmpArrLen, *thisArrLenVar), &lenChange, &kValueIsHole); in Filter() local 804 BRANCH(Int64LessThan(tmpArrLen, *thisArrLenVar), &lenChange, &kValueIsHole); in Map() local
|
Completed in 11 milliseconds