Home
last modified time | relevance | path

Searched refs:isEmptyArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h70 GateRef trackInfo, bool isEmptyArray);
Dmcr_circuit_builder.cpp1238 Label isEmptyArray(env_); in GetEnumCacheKind() local
1244 Branch(Int64Equal(enumCache, emptyArray), &isEmptyArray, &notEmptyArray); in GetEnumCacheKind()
1245 Bind(&isEmptyArray); in GetEnumCacheKind()
Dnew_object_stub_builder.cpp768 GateRef hclass, GateRef trackInfo, bool isEmptyArray) in NewJSArrayLiteral() argument
786 if (isEmptyArray) { in NewJSArrayLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp65 Label isEmptyArray(env); in Concat() local
67 Branch(Int64Equal(sumArrayLen, Int64(0)), &isEmptyArray, &notEmptyArray); in Concat()
68 Bind(&isEmptyArray); in Concat()
185 Label isEmptyArray(env); in Filter() local
187 Branch(Int64Equal(len, Int64(0)), &isEmptyArray, &notEmptyArray); in Filter()
188 Bind(&isEmptyArray); in Filter()