Home
last modified time | relevance | path

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

12345678910

/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()
98 inline static int GetKeyIndex(int entry) in GetKeyIndex()
102 inline static int GetValueIndex(int entry) in GetValueIndex()
106 inline static int GetEntryIndex(int entry) in GetEntryIndex()
153 inline static int GetKeyIndex(int entry) in GetKeyIndex()
158 inline static int GetValueIndex(int entry) in GetValueIndex()
163 inline static int GetEntryIndex(int entry) in GetEntryIndex()
173 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry()
Dglobal_dictionary-inl.h50 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 …]
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.h60 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()
135 for (int entry = 0; entry < number; entry++) { in IterateEntryValue() local
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(key); in ContainsKey() local
87 int entry = FindEntry(key); in GetSymbol() local
Dtagged_tree.h76 inline JSTaggedValue GetKey(int entry) const in GetKey()
85 inline JSTaggedValue GetValue(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 …]
Dlinked_hash_table.h96 for (JSTaggedValue entry = GetElement(BucketToIndex(bucket)); !entry.IsHole(); in FindElement() local
112 inline void RemoveEntry(const JSThread *thread, int entry) in RemoveEntry()
164 inline JSTaggedValue GetKey(int entry) const in GetKey()
170 inline JSTaggedValue GetValue(int entry) const in GetValue()
206 inline int GetDeletedElementsAt(int entry) const in GetDeletedElementsAt()
270 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey()
276 inline void SetValue(const JSThread *thread, int entry, JSTaggedValue value) in SetValue()
282 inline JSTaggedValue GetNextEntry(int entry) const in GetNextEntry()
288 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry()
305 inline uint32_t EntryToIndex(uint32_t entry) const in EntryToIndex()
[all …]
Dtemplate_map.h37 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()
Dtagged_hash_table.h115 int entry = table->FindEntry(key.GetTaggedValue()); in Insert() local
131 int entry = table->FindEntry(key.GetTaggedValue()); in Remove() local
185 JSTaggedValue GetKey(int entry) const in GetKey()
194 JSTaggedValue GetValue(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.cpp81 for (const auto &entry : sortArr) { in GetAllKeys() local
124 for (const auto &entry : sortArr) { in GetAllKeysByFilter() local
172 for (auto entry : sortArr) { in GetAllEnumKeys() local
195 for (auto entry : sortArr) { in GetAllEnumKeys() local
218 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &met… in SetAttributes()
224 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry()
232 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes()
239 void NameDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue()
244 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry()
309 for (auto entry : sortArr) { in GetAllKeys() 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(key); in ContainsModule() local
112 int entry = FindEntry(key); in GetModule() local
117 inline void SetEntry(const JSThread *thread, int entry, in SetEntry()
Djs_cjs_module_cache.cpp24 int entry = dictionary->FindEntry(key.GetTaggedValue()); in PutIfAbsentAndReset() local
46 int entry = dictionary->FindEntry(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.h66 GateRef GetKey(GateRef linkedTable, GateRef entry) in GetKey()
72 void SetKey(GateRef linkedTable, GateRef entry, GateRef key) in SetKey()
78 GateRef GetValue(GateRef linkedTable, GateRef entry) in GetValue()
85 void SetValue(GateRef linkedTable, GateRef entry, GateRef value) in SetValue()
92 GateRef EntryToIndex(GateRef linkedTable, GateRef entry) in EntryToIndex()
110 GateRef GetDeletedNum(GateRef linkedTable, GateRef entry) in GetDeletedNum()
115 void SetDeletedNum(GateRef linkedTable, GateRef entry, GateRef num) in SetDeletedNum()
120 GateRef GetNextEntry(GateRef linkedTable, GateRef entry) in GetNextEntry()
126 void SetNextEntry(GateRef linkedTable, GateRef entry, GateRef nextEntry) in SetNextEntry()
194 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.cpp28 Label entry(env); in LoadObjByName() local
68 Label entry(env); in LoadPrivatePropertyByName() local
105 Label entry(env); in DeprecatedLoadObjByName() local
135 Label entry(env); in StoreObjByName() local
180 Label entry(env); in StorePrivatePropertyByName() local
233 Label entry(env); in LoadObjByValue() local
270 Label entry(env); in DeprecatedLoadObjByValue() local
299 Label entry(env); in StoreObjByValue() local
337 Label entry(env); in TryLoadGlobalByName() local
387 Label entry(env); in TryStoreGlobalByName() local
[all …]
Doperations_stub_builder.cpp25 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/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_arm.S19 .macro PROXY_ENTRYPOINT name, entry
Dproxy_entrypoint_armhf.S20 .macro PROXY_ENTRYPOINT name, entry
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp32 CString entry; in ParseAbcEntryPoint() local
55 CString entry, bool needUpdate, bool executeFromJob) in ExecuteFromFile()
115 CString entry = entryPoint.data(); in ExecuteFromAbsolutePathAbcFile() local
127 CString entry; in ExecuteFromAbcFile() local
162 CString entry = entryPoint.data(); in ExecuteFromBuffer() local
187 CString entry; in ExecuteModuleBuffer() local
237 …bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size, boo… in CommonExecuteBuffer()
340 CString entry = entryPoint.data(); in ExecuteFromBufferSecure() local
357 const CString &entry, const JSPandaFile *jsPandaFile) in CommonExecuteBuffer()
400 CString entry; in ExecuteModuleBufferSecure() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dproxy_entrypoint_amd64.S23 .macro PROXY_ENTRYPOINT name, entry
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp58 for (auto &entry : itable) { in LinearizeITable() local
122 auto &entry = itable[i]; in Build() local
145 auto entry = itable_[i - 1]; in Resolve() local
175 auto entry = itable[i]; in DumpITable() local
Dets_entrypoints.cpp147 extern "C" Field *LookupFieldByNameEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *obj, ui… in LookupFieldByNameEntrypoint()
163 Method *LookupGetterByNameEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *obj, uint32_t id… in LookupGetterByNameEntrypoint()
178 Method *LookupSetterByNameEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *obj, uint32_t id… in LookupSetterByNameEntrypoint()
192 extern "C" Method *LookupGetterByNameShortEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *… in LookupGetterByNameShortEntrypoint()
198 extern "C" Method *LookupGetterByNameLongEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *o… in LookupGetterByNameLongEntrypoint()
204 extern "C" Method *LookupGetterByNameObjEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *ob… in LookupGetterByNameObjEntrypoint()
210 extern "C" Method *LookupSetterByNameShortEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *… in LookupSetterByNameShortEntrypoint()
216 extern "C" Method *LookupSetterByNameLongEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *o… in LookupSetterByNameLongEntrypoint()
222 extern "C" Method *LookupSetterByNameObjEntrypoint(InterpreterCache::Entry *entry, ObjectHeader *ob… in LookupSetterByNameObjEntrypoint()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_map.cpp45 int entry = mapHandle->FindElement(thread, key.GetTaggedValue()); in Delete() local
84 …TaggedValue JSSharedMap::GetKey(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t entry) in GetKey()
92 …ggedValue JSSharedMap::GetValue(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t entry) in GetValue()

12345678910