Home
last modified time | relevance | path

Searched defs:notEmptyArray (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
2188 BRANCH(Int64Equal(len, Int64(0)), slowPath, &notEmptyArray); in Set() 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.cpp822 BRANCH(Int32Equal(newLen, Int32(0)), &emptyArray, &notEmptyArray); in CopyArray() local

Completed in 25 milliseconds