Home
last modified time | relevance | path

Searched defs:emptyArray (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Djson_parser_test.cpp81 auto &emptyArray = *obj.GetValue<JsonObject::ArrayT>("key_1"); in TEST() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_marking_test.cpp149 JSHandle<TaggedArray> emptyArray = factory->EmptyArray(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp450 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 Dntype_hcr_lowering.cpp226 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 Dtyped_bytecode_lowering.cpp2304 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 Dmcr_circuit_builder.cpp1457 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind() local
H A Dnew_object_stub_builder.cpp418 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, &notEmptyArray); 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 Dtyped_hcr_lowering.cpp3327 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 Dtyped_native_inline_lowering.cpp421 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 Dshared_object_factory.cpp298 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 Djs_number_format.cpp936 JSHandle<JSArray> emptyArray = factory->NewJSArray(); in FormatNumericToParts() local
H A Djs_object-inl.h510 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind() local
H A Dobject_factory.cpp484 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 Dbuiltins_object_stub_builder.cpp1022 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...]

Completed in 59 milliseconds