Searched refs:notEmptyArray (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 66 Label notEmptyArray(env); in Concat() local 67 Branch(Int64Equal(sumArrayLen, Int64(0)), &isEmptyArray, ¬EmptyArray); in Concat() 74 Bind(¬EmptyArray); in Concat() 186 Label notEmptyArray(env); in Filter() local 187 Branch(Int64Equal(len, Int64(0)), &isEmptyArray, ¬EmptyArray); in Filter() 194 Bind(¬EmptyArray); in Filter()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 347 Label notEmptyArray(env); in CopyArray() local 348 Branch(Int32Equal(newLen, Int32(0)), &emptyArray, ¬EmptyArray); in CopyArray() 352 Bind(¬EmptyArray); in CopyArray()
|
| D | mcr_circuit_builder.cpp | 1239 Label notEmptyArray(env_); in GetEnumCacheKind() local 1244 Branch(Int64Equal(enumCache, emptyArray), &isEmptyArray, ¬EmptyArray); in GetEnumCacheKind() 1250 Bind(¬EmptyArray); in GetEnumCacheKind()
|