Home
last modified time | relevance | path

Searched defs:emptyArray (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Djson_parser_test.cpp81 auto &emptyArray = *obj.GetValue<JsonObject::ArrayT>("key_1"); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp116 auto emptyArray = GetGlobalConstantValue( in NewJSObject() local
346 Label emptyArray(env); in CopyArray() local
685 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties() local
1227 GateRef emptyArray = GetGlobalConstantValue( in CreateEmptyArrayCommon() local
1368 auto emptyArray = GetGlobalConstantValue( in CreateJSCollectionIterator() local
Dntype_hcr_lowering.cpp154 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local
Dtyped_bytecode_lowering.cpp1869 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local
Dmcr_circuit_builder.cpp1243 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind() local
Dtyped_hcr_lowering.cpp3032 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp462 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll() local
725 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny() local
910 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1075 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local
1122 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys() local
1233 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys() local
1298 GateRef emptyArray = GetEmptyArray(glue_); in Keys() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h497 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind() local
Djs_number_format.cpp858 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
Dobject_factory.cpp424 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject() local
3719 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassInfoExtractor() local
4527 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewOldSpaceJSObject() local
4618 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassLiteral() local