Searched defs:isEmptyArray (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
|
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 | 1353 NewJSArrayLiteral(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef obj, GateRef hclass, GateRef trackInfo, bool isEmptyArray) NewJSArrayLiteral() argument
|
Completed in 25 milliseconds