/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_array.h | 88 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 D | tagged_array.cpp | 122 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 D | object_factory-inl.h | 144 array->InitializeWithSpecialValue(JSTaggedValue::Hole(), numSlots + LexicalEnv::RESERVED_ENV_LENGTH); in InlineNewLexicalEnv()
|
H A D | shared_object_factory.cpp | 455 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 D | object_factory.cpp | 502 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 D | handle_leak_test.cpp | 140 newArray->InitializeWithSpecialValue(JSTaggedValue::Hole(), SIZE); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | aot_file_manager.h | 86 void InitializeWithSpecialValue(JSTaggedValue initValue, uint32_t capacity,
|
H A D | aot_file_manager.cpp | 35 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 D | profile_type_info.h | 214 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 D | program_object.h | 321 void InitializeWithSpecialValue(JSThread *thread, JSTaggedValue initValue, in InitializeWithSpecialValue() function in panda::ecmascript::ConstantPool
|