Home
last modified time | relevance | path

Searched refs:InitializeWithSpecialValue (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array.h88 void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t extraLength = 0);
127 void InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_t extraLength = 0);
H A Dtagged_array.cpp122 void TaggedArray::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() function in panda::ecmascript::TaggedArray
223 void MutantTaggedArray::InitializeWithSpecialValue(JSTaggedType initValue, uint32_t length, uint32_t extraLength) in InitializeWithSpecialValue() function in panda::ecmascript::MutantTaggedArray
H A Dobject_factory-inl.h144 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in InlineNewLexicalEnv()
H A Dshared_object_factory.cpp455 array->InitializeWithSpecialValue(JSTaggedValue::Undefined(), length); in NewSDictionaryArray()
585 array->InitializeWithSpecialValue(thread_, JSTaggedValue::Hole(), capacity); in NewSConstantPool()
598 cowArray->InitializeWithSpecialValue(initVal, length); in NewSCOWTaggedArray()
663 array->InitializeWithSpecialValue(initVal, length); in NewSTaggedArray()
908 aotLiteralInfo->InitializeWithSpecialValue(initVal, length); in NewSAOTLiteralInfo()
919 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + SendableEnv::SENDABLE_RESERVED_ENV_LENGTH); in NewSendableEnv()
H A Dobject_factory.cpp502 newArray->InitializeWithSpecialValue(JSTaggedValue::Hole(), newLength, old->GetExtraLength()); in CloneProperties()
606 newArray->InitializeWithSpecialValue(JSTaggedValue::Hole(), newLength, old->GetExtraLength()); in CloneProperties()
2314 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in NewLexicalEnv()
2613 array->InitializeWithSpecialValue(initVal, length); in NewTaggedArray()
2795 array->InitializeWithSpecialValue(initVal, length); in NewTaggedArray()
2808 cowArray->InitializeWithSpecialValue(initVal, length); in NewCOWTaggedArray()
2821 cowMutantTaggedArray->InitializeWithSpecialValue(initVal, length); in NewCOWMutantTaggedArray()
2834 mutantTaggedArray->InitializeWithSpecialValue(initVal, length); in NewMutantTaggedArray()
2848 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), length); in NewTaggedHashArray()
2914 array->InitializeWithSpecialValue(JSTaggedValu in NewDictionaryArray()
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dhandle_leak_test.cpp140 newArray->InitializeWithSpecialValue(JSTaggedValue::Hole(), SIZE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.h86 void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity,
H A Daot_file_manager.cpp35 void AOTLiteralInfo::InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity, uint32_t extraLength) in InitializeWithSpecialValue() function in panda::ecmascript::AOTLiteralInfo
37 TaggedArray::InitializeWithSpecialValue(initValue, capacity + RESERVED_LENGTH, extraLength); in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h214 inline void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t icSlotSize, uint32_t extraLength = 0) in InitializeWithSpecialValue() function in panda::ecmascript::ProfileTypeInfo
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h321 void InitializeWithSpecialValue(JSThread *thread, JSTaggedValue initValue, in InitializeWithSpecialValue() function in panda::ecmascript::ConstantPool

Completed in 16 milliseconds