Home
last modified time | relevance | path

Searched refs:notEmptyArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp66 Label notEmptyArray(env); in Concat() local
67 Branch(Int64Equal(sumArrayLen, Int64(0)), &isEmptyArray, &notEmptyArray); in Concat()
74 Bind(&notEmptyArray); in Concat()
186 Label notEmptyArray(env); in Filter() local
187 Branch(Int64Equal(len, Int64(0)), &isEmptyArray, &notEmptyArray); in Filter()
194 Bind(&notEmptyArray); in Filter()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp347 Label notEmptyArray(env); in CopyArray() local
348 Branch(Int32Equal(newLen, Int32(0)), &emptyArray, &notEmptyArray); in CopyArray()
352 Bind(&notEmptyArray); in CopyArray()
Dmcr_circuit_builder.cpp1239 Label notEmptyArray(env_); in GetEnumCacheKind() local
1244 Branch(Int64Equal(enumCache, emptyArray), &isEmptyArray, &notEmptyArray); in GetEnumCacheKind()
1250 Bind(&notEmptyArray); in GetEnumCacheKind()