| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.h | 27 inline static int GetKeyIndex(int entry) in GetKeyIndex() 31 inline static int GetValueIndex(int entry) in GetValueIndex() 35 inline static int GetEntryIndex(int entry) in GetEntryIndex() 94 inline static int GetKeyIndex(int entry) in GetKeyIndex() 98 inline static int GetValueIndex(int entry) in GetValueIndex() 102 inline static int GetEntryIndex(int entry) in GetEntryIndex() 147 inline static int GetKeyIndex(int entry) in GetKeyIndex() 152 inline static int GetValueIndex(int entry) in GetValueIndex() 157 inline static int GetEntryIndex(int entry) in GetEntryIndex() 167 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry()
|
| D | global_dictionary-inl.h | 50 PropertyBox *GlobalDictionary::GetBox(int entry) const in GetBox() 56 JSTaggedValue GlobalDictionary::GetValue(int entry) const in GetValue() 61 PropertyAttributes GlobalDictionary::GetAttributes(int entry) const in GetAttributes() 67 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() 75 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() 82 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes() 89 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &m… in SetAttributes() 95 void GlobalDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue() 117 for (auto entry : sortArr) { in GetAllKeys() local 151 for (auto entry : sortArr) { in GetAllKeysByFilter() local [all …]
|
| D | global_dictionary.h | 33 inline static int GetKeyIndex(int entry) in GetKeyIndex() 37 inline static int GetValueIndex(int entry) in GetValueIndex() 41 inline static int GetEntryIndex(int entry) in GetEntryIndex()
|
| D | symbol_table.h | 34 inline static int GetKeyIndex(int entry) in GetKeyIndex() 38 inline static int GetValueIndex(int entry) in GetValueIndex() 42 inline static int GetEntryIndex(int entry) in GetEntryIndex() 81 int entry = FindEntry(key); in ContainsKey() local 87 int entry = FindEntry(key); in GetSymbol() local
|
| D | transitions_dictionary.h | 60 inline static int GetKeyIndex(int entry) in GetKeyIndex() 64 inline static int GetValueIndex(int entry) in GetValueIndex() 68 inline static int GetEntryIndex(int entry) in GetEntryIndex() 96 inline JSTaggedValue GetAttributes(int entry) const in GetAttributes() 102 inline void SetAttributes(const JSThread *thread, int entry, JSTaggedValue metaData) in SetAttributes() 108 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() 122 inline void RemoveElement(const JSThread *thread, int entry) in RemoveElement()
|
| D | linked_hash_table.h | 91 for (JSTaggedValue entry = GetElement(BucketToIndex(bucket)); !entry.IsHole(); in FindElement() local 107 inline void RemoveEntry(const JSThread *thread, int entry) in RemoveEntry() 159 inline JSTaggedValue GetKey(int entry) const in GetKey() 165 inline JSTaggedValue GetValue(int entry) const in GetValue() 201 inline int GetDeletedElementsAt(int entry) const in GetDeletedElementsAt() 265 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey() 271 inline void SetValue(const JSThread *thread, int entry, JSTaggedValue value) in SetValue() 277 inline JSTaggedValue GetNextEntry(int entry) const in GetNextEntry() 283 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry() 300 inline uint32_t EntryToIndex(uint32_t entry) const in EntryToIndex() [all …]
|
| D | tagged_tree.h | 77 inline JSTaggedValue GetKey(int entry) const in GetKey() 86 inline JSTaggedValue GetValue(int entry) const in GetValue() 92 inline TreeColor GetColor(int entry) const in GetColor() 180 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() 186 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() 202 inline int GetMinimum(int entry) const in GetMinimum() 212 inline int GetMaximum(int entry) const in GetMaximum() 222 inline int GetParent(int entry) const in GetParent() 280 inline int EntryToIndex(uint32_t entry) const in EntryToIndex() 291 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent() [all …]
|
| D | tagged_dictionary.cpp | 83 for (const auto &entry : sortArr) { in GetAllKeys() local 113 for (const auto &entry : sortArr) { in GetAllKeysByFilter() local 161 for (auto entry : sortArr) { in GetAllEnumKeys() local 184 for (auto entry : sortArr) { in GetAllEnumKeys() local 202 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &met… in SetAttributes() 208 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry() 216 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes() 223 void NameDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue() 228 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() 293 for (auto entry : sortArr) { in GetAllKeys() local [all …]
|
| D | tagged_hash_table.h | 107 int entry = table->FindEntry(key.GetTaggedValue()); in Insert() local 123 int entry = table->FindEntry(key.GetTaggedValue()); in Remove() local 176 JSTaggedValue GetKey(int entry) const in GetKey() 185 JSTaggedValue GetValue(int entry) const in GetValue() 230 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local 252 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local 273 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindInsertIndex() local 280 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey() 289 inline void SetValue(const JSThread *thread, int entry, const JSTaggedValue &value) in SetValue() 369 inline void AddElement(const JSThread *thread, int entry, const JSHandle<JSTaggedValue> &key, in AddElement() [all …]
|
| D | template_map.h | 37 inline static int GetKeyIndex(int entry) in GetKeyIndex() 41 inline static int GetValueIndex(int entry) in GetValueIndex() 45 inline static int GetEntryIndex(int entry) in GetEntryIndex()
|
| D | linked_hash_table.cpp | 45 int entry = table->FindElement(thread, key.GetTaggedValue()); in Insert() local 69 int entry = table->FindElement(thread, key.GetTaggedValue()); in InsertWeakRef() local 108 int entry = table->FindElement(thread, key.GetTaggedValue()); in Remove() local 158 int entry = FindElement(thread, key); in Get() local 167 int entry = FindElement(thread, key); in Has() local 213 int entry = FindElement(thread, key); in Has() local
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.h | 37 inline static int GetKeyIndex(int entry) in GetKeyIndex() 42 inline static int GetValueIndex(int entry) in GetValueIndex() 47 inline static int GetEntryIndex(int entry) in GetEntryIndex() 89 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local 106 int entry = FindEntry(key); in ContainsModule() local 112 int entry = FindEntry(key); in GetModule() local 117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry()
|
| D | js_cjs_module_cache.cpp | 28 int entry = dictionary->FindEntry(key.GetTaggedValue()); in PutIfAbsentAndReset() local 50 int entry = dictionary->FindEntry(key.GetTaggedValue()); in ResetModule() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 42 auto *entry = it->second; in GenRegularImportEntries() local 64 for (const auto *entry : namespaceImportEntries) { in GenNamespaceImportEntries() local 83 auto *entry = it->second; in GenLocalExportEntries() local 100 for (const auto *entry : indirectExportEntries) { in GenIndirectExportEntries() local 121 for (const auto *entry : starExportEntries) { in GenStarExportEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 59 GateRef GetKey(GateRef linkedTable, GateRef entry) in GetKey() 65 void SetKey(GateRef linkedTable, GateRef entry, GateRef key) in SetKey() 71 GateRef GetValue(GateRef linkedTable, GateRef entry) in GetValue() 78 void SetValue(GateRef linkedTable, GateRef entry, GateRef value) in SetValue() 85 GateRef EntryToIndex(GateRef linkedTable, GateRef entry) in EntryToIndex() 103 GateRef GetDeletedNum(GateRef linkedTable, GateRef entry) in GetDeletedNum() 108 void SetDeletedNum(GateRef linkedTable, GateRef entry, GateRef num) in SetDeletedNum() 113 GateRef GetNextEntry(GateRef linkedTable, GateRef entry) in GetNextEntry() 119 void SetNextEntry(GateRef linkedTable, GateRef entry, GateRef nextEntry) in SetNextEntry() 187 void InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) in InsertNewEntry()
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.cpp | 36 void SourceTextModuleRecord::AddImportEntry(SourceTextModuleRecord::ImportEntry *entry) in AddImportEntry() 49 void SourceTextModuleRecord::AddStarImportEntry(SourceTextModuleRecord::ImportEntry *entry) in AddStarImportEntry() 62 bool SourceTextModuleRecord::AddLocalExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddLocalExportEntry() 85 bool SourceTextModuleRecord::AddIndirectExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddIndirectExportEntry() 99 void SourceTextModuleRecord::AddStarExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddStarExportEntry()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.cpp | 28 Label entry(env); in LoadObjByName() local 63 Label entry(env); in DeprecatedLoadObjByName() local 93 Label entry(env); in StoreObjByName() local 143 Label entry(env); in LoadObjByValue() local 176 Label entry(env); in DeprecatedLoadObjByValue() local 205 Label entry(env); in StoreObjByValue() local 237 Label entry(env); in StoreOwnByIndex() local 278 Label entry(env); in TryLoadGlobalByName() local 328 Label entry(env); in TryStoreGlobalByName() local 390 Label entry(env); in LoadGlobalVar() local [all …]
|
| D | operations_stub_builder.cpp | 25 Label entry(env); in Equal() local 64 Label entry(env); in NotEqual() local 106 Label entry(env); in StrictEqual() local 133 Label entry(env); in StrictNotEqual() local 160 Label entry(env); in Less() local 267 Label entry(env); in LessEq() local 374 Label entry(env); in Greater() local 480 Label entry(env); in GreaterEq() local 587 Label entry(env); in Add() local 608 Label entry(env); in Sub() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 68 for (auto &entry : itable) { in Build() local 109 auto &entry = itable[i]; in Build() local 130 auto entry = itable_[i - 1]; in Resolve() local 157 auto entry = itable[i]; in DumpITable() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | imtable_builder.cpp | 29 auto &entry = itable[i]; in Build() local 52 auto &entry = itable[i]; in Build() local 80 auto &entry = itable[i]; in UpdateClass() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 40 CString entry; in ExecuteFromAbcFile() local 133 CString entry = entryPoint.data(); in ExecuteFromBuffer() local 166 CString entry; in ExecuteModuleBuffer() local 201 bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size) in CommonExecuteBuffer() 272 CString entry = entryPoint.data(); in ExecuteFromBufferSecure() local 287 const CString &entry, const JSPandaFile *jsPandaFile) in CommonExecuteBuffer() 328 CString entry; in ExecuteModuleBufferSecure() local
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | proxy_entrypoint_armhf.S | 20 .macro PROXY_ENTRYPOINT name, entry
|
| D | proxy_entrypoint_arm.S | 19 .macro PROXY_ENTRYPOINT name, entry
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pool_template.h | 62 auto &entry = result.first->second; in TryAdd() local 69 for (const auto &entry : pool_) { in GetEntryId() local 89 for (const auto &entry : pool_) { in GetEntryIdByNormalizedName() local 111 for (const auto &entry : pool.pool_) { in Merge() local
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
| D | proxy_entrypoint_amd64.S | 23 .macro PROXY_ENTRYPOINT name, entry
|