Home
last modified time | relevance | path

Searched refs:CreateInSharedHeap (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h52 static JSHandle<NameDictionary> PUBLIC_API CreateInSharedHeap(const JSThread *thread,
118 static JSHandle<NumberDictionary> CreateInSharedHeap(
Dtagged_dictionary.cpp207 JSHandle<NameDictionary> NameDictionary::CreateInSharedHeap(const JSThread *thread, int numberOfEle… in CreateInSharedHeap() function in panda::ecmascript::NameDictionary
388 JSHandle<NumberDictionary> NumberDictionary::CreateInSharedHeap(const JSThread *thread, int numberO… in CreateInSharedHeap() function in panda::ecmascript::NumberDictionary
Djs_hclass.cpp1620 …NameDictionary::CreateInSharedHeap(thread, NameDictionary::ComputeHashTableSize(length + parentLen… in CreateSDictLayout()
Djs_object.cpp348 thread, ecmascript::NameDictionary::CreateInSharedHeap( in SetSProperties()
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map269 panda::ecmascript::NameDictionary::CreateInSharedHeap*;
274 panda::ecmascript::NumberDictionary::CreateInSharedHeap*;
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp856 … thread, NameDictionary::CreateInSharedHeap(thread, NameDictionary::ComputeHashTableSize(length))); in BuildSendableDictionaryProperties()
1002 … NameDictionary::CreateInSharedHeap(thread, NameDictionary::ComputeHashTableSize(fieldNum)); in DefineSendableInstanceHClass()
1025 … NameDictionary::CreateInSharedHeap(thread, NameDictionary::ComputeHashTableSize(newLength)); in DefineSendableInstanceHClass()
1043 … NameDictionary::CreateInSharedHeap(thread, NameDictionary::ComputeHashTableSize(newLength)); in DefineSendableInstanceHClass()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp359 JSHandle<NumberDictionary> elementsDic = NumberDictionary::CreateInSharedHeap(thread_); in CreateSJsonObject()
390 …thread_, NameDictionary::CreateInSharedHeap(thread_, NameDictionary::ComputeHashTableSize(fieldNum… in CreateSJsonObject()
473 …thread_, NameDictionary::CreateInSharedHeap(thread_, NameDictionary::ComputeHashTableSize(fieldNum… in CreateSJsonMap()