| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_dictionary.h | 28 inline static int GetKeyIndex(int entry) in GetKeyIndex() 32 inline static int GetValueIndex(int entry) in GetValueIndex() 36 inline static int GetEntryIndex(int entry) in GetEntryIndex() 104 inline static int GetKeyIndex(int entry) in GetKeyIndex() 108 inline static int GetValueIndex(int entry) in GetValueIndex() 112 inline static int GetEntryIndex(int entry) in GetEntryIndex() 165 inline static int GetKeyIndex(int entry) in GetKeyIndex() 170 inline static int GetValueIndex(int entry) in GetValueIndex() 175 inline static int GetEntryIndex(int entry) in GetEntryIndex() 185 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry()
|
| D | global_dictionary-inl.h | 51 PropertyBox *GlobalDictionary::GetBox(const JSThread *thread, int entry) const in GetBox() 57 JSTaggedValue GlobalDictionary::GetValue(const JSThread *thread, int entry) const in GetValue() 62 PropertyAttributes GlobalDictionary::GetAttributes(const JSThread *thread, int entry) const in GetAttributes() 68 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry() 76 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() 83 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes() 90 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &m… in SetAttributes() 96 void GlobalDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue() 118 for (auto entry : sortArr) { in GetAllKeys() local 152 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 | transitions_dictionary.h | 61 inline static int GetKeyIndex(int entry) in GetKeyIndex() 65 inline static int GetValueIndex(int entry) in GetValueIndex() 69 inline static int GetEntryIndex(int entry) in GetEntryIndex() 97 inline JSTaggedValue GetAttributes(const JSThread *thread, int entry) const in GetAttributes() 103 inline void SetAttributes(const JSThread *thread, int entry, JSTaggedValue metaData) in SetAttributes() 109 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry() 123 inline void RemoveElement(const JSThread *thread, int entry) in RemoveElement() 138 for (int entry = 0; entry < size; entry++) { in IterateEntryValue() local
|
| D | linked_hash_table.h | 96 for (JSTaggedValue entry = GetElement(thread, BucketToIndex(bucket)); !entry.IsHole(); in FindElement() local 112 inline void RemoveEntry(const JSThread *thread, int entry) in RemoveEntry() 123 inline void RemoveEntryFromGCThread(int entry) in RemoveEntryFromGCThread() 181 inline JSTaggedValue GetKey(const JSThread *thread, int entry) const in GetKey() 187 inline JSTaggedValue GetValue(const JSThread *thread, int entry) const in GetValue() 223 inline int GetDeletedElementsAt(const JSThread *thread, int entry) const in GetDeletedElementsAt() 287 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey() 293 inline void SetValue(const JSThread *thread, int entry, JSTaggedValue value) in SetValue() 299 inline JSTaggedValue GetNextEntry(const JSThread *thread, int entry) const in GetNextEntry() 305 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry() [all …]
|
| 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(thread, key); in ContainsKey() local 87 int entry = FindEntry(thread, key); in GetSymbol() local
|
| D | tagged_tree.h | 76 inline JSTaggedValue GetKey(const JSThread *thread, int entry) const in GetKey() 85 inline JSTaggedValue GetValue(const JSThread *thread, int entry) const in GetValue() 91 inline TreeColor GetColor(int entry) const in GetColor() 136 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() 142 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() 158 inline int GetMinimum(int entry) const in GetMinimum() 168 inline int GetMaximum(int entry) const in GetMaximum() 178 inline int GetParent(int entry) const in GetParent() 236 inline int EntryToIndex(uint32_t entry) const in EntryToIndex() 247 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent() [all …]
|
| D | template_map.h | 38 inline static int GetKeyIndex(int entry) in GetKeyIndex() 42 inline static int GetValueIndex(int entry) in GetValueIndex() 46 inline static int GetEntryIndex(int entry) in GetEntryIndex()
|
| D | tagged_hash_table.h | 115 int entry = table->FindEntry(thread, key.GetTaggedValue()); in Insert() local 131 int entry = table->FindEntry(thread, key.GetTaggedValue()); in Remove() local 185 JSTaggedValue GetKey(const JSThread *thread, int entry) const in GetKey() 194 JSTaggedValue GetValue(const JSThread *thread, int entry) const in GetValue() 239 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local 261 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local 282 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindInsertIndex() local 289 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey() 298 inline void SetValue(const JSThread *thread, int entry, const JSTaggedValue &value) in SetValue() 380 inline void AddElement(const JSThread *thread, int entry, const JSHandle<JSTaggedValue> &key, in AddElement() [all …]
|
| D | tagged_dictionary.cpp | 82 for (const auto &entry : sortArr) { in GetAllKeys() local 125 for (const auto &entry : sortArr) { in GetAllKeysByFilter() local 173 for (auto entry : sortArr) { in GetAllEnumKeys() local 196 for (auto entry : sortArr) { in GetAllEnumKeys() local 219 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &met… in SetAttributes() 225 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry() 233 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes() 240 void NameDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue() 245 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() 311 for (auto entry : sortArr) { in GetAllKeys() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | keyword_completion_data_test.cpp | 31 for (const auto &entry : entries) { in AssertCompletionsContainAndNotContainEntries() local 42 for (const auto &entry : entries) { in AssertCompletionsContainAndNotContainEntries() local 60 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 74 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 88 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 102 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 116 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 132 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 146 for (const auto &entry : result.keywordCompletions) { in TEST_F() local 159 for (const auto &entry : result.keywordCompletions) { in TEST_F() local [all …]
|
| /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(thread, key); in ContainsModule() local 112 int entry = FindEntry(thread, key); in GetModule() local 117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry()
|
| D | js_cjs_module_cache.cpp | 24 int entry = dictionary->FindEntry(thread, key.GetTaggedValue()); in PutIfAbsentAndReset() local 46 int entry = dictionary->FindEntry(thread, key.GetTaggedValue()); in ResetModule() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | moduleRecordEmitter.cpp | 49 auto *entry = it->second; in GenRegularImportEntries() local 71 for (const auto *entry : namespaceImportEntries) { in GenNamespaceImportEntries() local 91 auto *entry = it->second; in GenLocalExportEntries() local 117 for (const auto *entry : indirectExportEntries) { in GenIndirectExportEntries() local 138 for (const auto *entry : starExportEntries) { in GenStarExportEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 69 GateRef GetKey(GateRef linkedTable, GateRef entry) in GetKey() 75 void SetKey(GateRef linkedTable, GateRef entry, GateRef key) in SetKey() 81 GateRef GetValue(GateRef linkedTable, GateRef entry) in GetValue() 88 void SetValue(GateRef linkedTable, GateRef entry, GateRef value) in SetValue() 95 GateRef EntryToIndex(GateRef linkedTable, GateRef entry) in EntryToIndex() 113 GateRef GetDeletedNum(GateRef linkedTable, GateRef entry) in GetDeletedNum() 118 void SetDeletedNum(GateRef linkedTable, GateRef entry, GateRef num) in SetDeletedNum() 123 GateRef GetNextEntry(GateRef linkedTable, GateRef entry) in GetNextEntry() 129 void SetNextEntry(GateRef linkedTable, GateRef entry, GateRef nextEntry) in SetNextEntry() 197 void InsertNewEntry(GateRef linkedTable, GateRef bucket, GateRef entry) in InsertNewEntry()
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.cpp | 37 void SourceTextModuleRecord::AddImportEntry(SourceTextModuleRecord::ImportEntry *entry) in AddImportEntry() 52 void SourceTextModuleRecord::AddStarImportEntry(SourceTextModuleRecord::ImportEntry *entry) in AddStarImportEntry() 65 bool SourceTextModuleRecord::AddLocalExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddLocalExportEntry() 89 bool SourceTextModuleRecord::AddIndirectExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddIndirectExportEntry() 105 void SourceTextModuleRecord::AddStarExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddStarExportEntry()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | access_object_stub_builder.cpp | 26 Label entry(env); in LoadObjByName() local 71 Label entry(env); in LoadObjByNameWithMega() local 101 Label entry(env); in StoreObjByNameWithMega() local 129 Label entry(env); in LoadPrivatePropertyByName() local 166 Label entry(env); in DeprecatedLoadObjByName() local 196 Label entry(env); in StoreObjByName() local 243 Label entry(env); in StOwnICByName() local 288 Label entry(env); in StorePrivatePropertyByName() local 341 Label entry(env); in LoadObjByValue() local 382 Label entry(env); in DeprecatedLoadObjByValue() local [all …]
|
| D | operations_stub_builder.cpp | 23 Label entry(env); in Equal() local 62 Label entry(env); in NotEqual() local 104 Label entry(env); in StrictEqual() local 131 Label entry(env); in StrictNotEqual() local 158 Label entry(env); in Less() local 265 Label entry(env); in LessEq() local 372 Label entry(env); in Greater() local 478 Label entry(env); in GreaterEq() local 585 Label entry(env); in Add() local 606 Label entry(env); in Sub() local [all …]
|
| /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/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/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 60 for (auto &entry : itable) { in LinearizeITable() local 124 auto &entry = itable[i]; in Build() local 147 auto entry = itable_[i - 1]; in Resolve() local 176 auto entry = itable[i]; in DumpITable() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 31 CString entry, bool needUpdate, const ExecuteTypes &executeType) in ExecuteFromFile() 83 CString entry = entryPoint.data(); in ExecuteFromAbsolutePathAbcFile() local 95 CString entry; in ExecuteFromAbcFile() local 130 CString entry = entryPoint.data(); in ExecuteFromBuffer() local 154 CString entry; in ExecuteModuleBuffer() local 196 …const CString &filename, const CString &entry, const void *buffer, size_t size, const ExecuteTypes… in CommonExecuteBuffer() 284 CString entry = entryPoint.data(); in ExecuteFromBufferSecure() local 301 const CString &entry, const JSPandaFile *jsPandaFile) in CommonExecuteBuffer() 330 CString entry; in ExecuteModuleBufferSecure() local 474 [[maybe_unused]] const CString &bundleName, const CString &moduleName, const CString &entry, in ExecuteAbcFileWithSingletonPatternFlag() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
| D | proxy_entrypoint_amd64.S | 23 .macro PROXY_ENTRYPOINT name, entry
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | breakpoint.cpp | 43 …uto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry) { in TryResolveImpl() 61 for (auto &entry : table) { in TryResolveImpl() local
|