Home
last modified time | relevance | path

Searched defs:isEmptyArray (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp524 BRANCH(Int64Equal(len, Int64(0)), &isEmptyArray, &notEmptyArray); in LastIndexOf() local
H A Dbuiltins_array_stub_builder.cpp432 BRANCH(Int64Equal(sumArrayLen, Int64(0)), &isEmptyArray, &notEmptyArray); in Concat() local
561 BRANCH(Int64Equal(len, Int64(0)), &isEmptyArray, &notEmptyArray); in Filter() local
724 BRANCH(Int64Equal(len, Int64(0)), &isEmptyArray, &notEmptyArray); in Map() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1458 BRANCH_CIR2(Int64Equal(enumCache, emptyArray), &isEmptyArray, &notEmptyArray); in GetEnumCacheKind() local
H A Dnew_object_stub_builder.cpp1353 NewJSArrayLiteral(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef obj, GateRef hclass, GateRef trackInfo, bool isEmptyArray) NewJSArrayLiteral() argument

Completed in 25 milliseconds