Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h28 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()
Dglobal_dictionary-inl.h51 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 …]
Dglobal_dictionary.h33 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()
Dtransitions_dictionary.h61 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
Dlinked_hash_table.h96 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 …]
Dsymbol_table.h34 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
Dtagged_tree.h76 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 …]
Dtemplate_map.h38 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()
Dtagged_hash_table.h115 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 …]
Dtagged_dictionary.cpp82 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/
Dkeyword_completion_data_test.cpp31 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/
Djs_cjs_module_cache.h37 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()
Djs_cjs_module_cache.cpp24 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/
DmoduleRecordEmitter.cpp49 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/
Dlinked_hashtable_stub_builder.h69 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/
DsourceTextModuleRecord.cpp37 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/
Daccess_object_stub_builder.cpp26 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 …]
Doperations_stub_builder.cpp23 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/
Dimtable_builder.cpp29 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/
Dproxy_entrypoint_armhf.S20 .macro PROXY_ENTRYPOINT name, entry
Dproxy_entrypoint_arm.S19 .macro PROXY_ENTRYPOINT name, entry
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp60 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/
Djs_pandafile_executor.cpp31 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/
Dproxy_entrypoint_amd64.S23 .macro PROXY_ENTRYPOINT name, entry
/arkcompiler/toolchain/tooling/static/debugger/
Dbreakpoint.cpp43 …uto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry) { in TryResolveImpl()
61 for (auto &entry : table) { in TryResolveImpl() local

12345678910>>...12