/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | json_parser_test.cpp | 81 auto &emptyArray = *obj.GetValue<JsonObject::ArrayT>("key_1"); in TEST() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | concurrent_marking_test.cpp | 149 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise.cpp | 450 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAll() local 713 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAny() local 898 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in PerformPromiseAllSettled() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ntype_hcr_lowering.cpp | 226 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in NewJSArrayLiteral() local 239 builder_.StoreConstOffset(VariableType::JS_POINTER(), array, JSObject::PROPERTIES_OFFSET, emptyArray, in NewJSArrayLiteral() local
|
H A D | typed_bytecode_lowering.cpp | 2304 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerCreateEmptyObject() local 2318 builder_.StoreConstOffset(VariableType::JS_POINTER(), object, JSObject::PROPERTIES_OFFSET, emptyArray, in LowerCreateEmptyObject() local 2320 builder_.StoreConstOffset(VariableType::JS_POINTER(), object, JSObject::ELEMENTS_OFFSET, emptyArray, in LowerCreateEmptyObject() local
|
H A D | mcr_circuit_builder.cpp | 1457 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind() local
|
H A D | new_object_stub_builder.cpp | 418 auto emptyArray = GetGlobalConstantValue(
in NewJSObject() local 422 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier());
in NewJSObject() local 424 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier());
in NewJSObject() local 460 auto emptyArray = GetGlobalConstantValue(
in NewSObject() local 464 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier());
in NewSObject() local 466 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier());
in NewSObject() local 554 auto emptyArray = GetGlobalConstantValue(
in NewJSObject() local 558 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier());
in NewJSObject() local 560 glue_, result->ReadVariable(), emptyArray, MemoryAttribute::NoBarrier());
in NewJSObject() local 822 BRANCH(Int32Equal(newLen, Int32(0)), &emptyArray, ¬EmptyArray); CopyArray() local 1206 GateRef emptyArray = GetEmptyArray(glue); EnumerateObjectProperties() local 1913 GateRef emptyArray = GetGlobalConstantValue( CreateEmptyArrayCommon() local 2060 auto emptyArray = GetGlobalConstantValue( CreateJSCollectionIterator() local 2062 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); CreateJSCollectionIterator() local 2063 SetElementsArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); CreateJSCollectionIterator() local 2115 auto emptyArray = GetGlobalConstantValue( CreateJSTypedArrayIterator() local 2117 SetPropertiesArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); CreateJSTypedArrayIterator() local 2118 SetElementsArray(VariableType::INT64(), glue_, result->ReadVariable(), emptyArray); CreateJSTypedArrayIterator() local [all...] |
H A D | typed_hcr_lowering.cpp | 3327 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in LowerTypedCreateObjWithBuffer() local 3338 builder_.StoreConstOffset(VariableType::INT64(), newObj, JSObject::PROPERTIES_OFFSET, emptyArray); in LowerTypedCreateObjWithBuffer() local 3339 builder_.StoreConstOffset(VariableType::INT64(), newObj, JSObject::ELEMENTS_OFFSET, emptyArray); in LowerTypedCreateObjWithBuffer() local
|
H A D | typed_native_inline_lowering.cpp | 421 GateRef emptyArray = builder_.GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateArrayIterator() local 433 builder_.StoreConstOffset(VariableType::INT64(), iterator, JSObject::PROPERTIES_OFFSET, emptyArray); in AllocateArrayIterator() local 434 builder_.StoreConstOffset(VariableType::INT64(), iterator, JSObject::ELEMENTS_OFFSET, emptyArray); in AllocateArrayIterator() local 1153 GateRef emptyArray = builder->GetGlobalConstantValue(ConstantIndex::EMPTY_ARRAY_OBJECT_INDEX); in AllocateNewNumber() local 1162 builder->StoreConstOffset(VariableType::JS_POINTER(), object, JSObject::PROPERTIES_OFFSET, emptyArray, in AllocateNewNumber() local 1164 builder->StoreConstOffset(VariableType::JS_POINTER(), object, JSObject::ELEMENTS_OFFSET, emptyArray, in AllocateNewNumber() local
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | shared_object_factory.cpp | 298 JSHandle<TaggedArray> emptyArray = SharedEmptyArray(); in NewSharedOldSpaceJSObject() local 607 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassLiteral() local 625 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewSClassInfoExtractor() local [all...] |
H A D | js_number_format.cpp | 936 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
|
H A D | js_object-inl.h | 510 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind() local
|
H A D | object_factory.cpp | 484 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewJSObject() local 4055 JSHandle<TaggedArray> emptyArray = EmptyArray(); in NewClassInfoExtractor() local 4830 JSHandle<TaggedArray> emptyArray = EmptyArray(); NewOldSpaceJSObject() local 4959 JSHandle<TaggedArray> emptyArray = EmptyArray(); NewClassLiteral() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 1022 GateRef emptyArray = GetEmptyArray(glue);
in GetAllEnumKeys() local 1081 GateRef emptyArray = GetEmptyArray(glue);
in GetAllEnumKeys() local 1197 GateRef emptyArray = GetEmptyArray(glue);
in GetEnumElementKeys() local 1270 GateRef emptyArray = GetEmptyArray(glue_);
in Keys() local 1911 GateRef emptyArray = GetEmptyArray(glue_);
in Entries() local [all...] |