Searched refs:CreateInSharedHeap (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.h | 52 static JSHandle<NameDictionary> PUBLIC_API CreateInSharedHeap(const JSThread *thread, 118 static JSHandle<NumberDictionary> CreateInSharedHeap(
|
| D | tagged_dictionary.cpp | 207 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
|
| D | js_hclass.cpp | 1620 …NameDictionary::CreateInSharedHeap(thread, NameDictionary::ComputeHashTableSize(length + parentLen… in CreateSDictLayout()
|
| D | js_object.cpp | 348 thread, ecmascript::NameDictionary::CreateInSharedHeap( in SetSProperties()
|
| /arkcompiler/ets_runtime/ |
| D | libark_jsruntime.map | 269 panda::ecmascript::NameDictionary::CreateInSharedHeap*; 274 panda::ecmascript::NumberDictionary::CreateInSharedHeap*;
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 856 … 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/ |
| D | json_parser.cpp | 359 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()
|