Searched defs:notEmptyArray (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 524 BRANCH(Int64Equal(len, Int64(0)), &isEmptyArray, ¬EmptyArray);
in LastIndexOf() local 2188 BRANCH(Int64Equal(len, Int64(0)), slowPath, ¬EmptyArray);
in Set() local
|
| H A D | builtins_array_stub_builder.cpp | 432 BRANCH(Int64Equal(sumArrayLen, Int64(0)), &isEmptyArray, ¬EmptyArray); in Concat() local 561 BRANCH(Int64Equal(len, Int64(0)), &isEmptyArray, ¬EmptyArray); in Filter() local 724 BRANCH(Int64Equal(len, Int64(0)), &isEmptyArray, ¬EmptyArray); in Map() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.cpp | 1458 BRANCH_CIR2(Int64Equal(enumCache, emptyArray), &isEmptyArray, ¬EmptyArray); in GetEnumCacheKind() local
|
| H A D | new_object_stub_builder.cpp | 822 BRANCH(Int32Equal(newLen, Int32(0)), &emptyArray, ¬EmptyArray);
in CopyArray() local
|
Completed in 25 milliseconds