Searched refs:isEmptyArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 70 GateRef trackInfo, bool isEmptyArray);
|
| D | mcr_circuit_builder.cpp | 1238 Label isEmptyArray(env_); in GetEnumCacheKind() local 1244 Branch(Int64Equal(enumCache, emptyArray), &isEmptyArray, ¬EmptyArray); in GetEnumCacheKind() 1245 Bind(&isEmptyArray); in GetEnumCacheKind()
|
| D | new_object_stub_builder.cpp | 768 GateRef hclass, GateRef trackInfo, bool isEmptyArray) in NewJSArrayLiteral() argument 786 if (isEmptyArray) { in NewJSArrayLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 65 Label isEmptyArray(env); in Concat() local 67 Branch(Int64Equal(sumArrayLen, Int64(0)), &isEmptyArray, ¬EmptyArray); in Concat() 68 Bind(&isEmptyArray); in Concat() 185 Label isEmptyArray(env); in Filter() local 187 Branch(Int64Equal(len, Int64(0)), &isEmptyArray, ¬EmptyArray); in Filter() 188 Bind(&isEmptyArray); in Filter()
|