Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 239) 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()
103 inline static int GetKeyIndex(int entry) in GetKeyIndex()
107 inline static int GetValueIndex(int entry) in GetValueIndex()
111 inline static int GetEntryIndex(int entry) in GetEntryIndex()
163 inline static int GetKeyIndex(int entry) in GetKeyIndex()
168 inline static int GetValueIndex(int entry) in GetValueIndex()
173 inline static int GetEntryIndex(int entry) in GetEntryIndex()
183 …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()
137 for (int entry = 0; entry < size; 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.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
241 Label entry(env); in StorePrivatePropertyByName() local
294 Label entry(env); in LoadObjByValue() local
331 Label entry(env); in DeprecatedLoadObjByValue() local
360 Label entry(env); in StoreOwnByIndex() 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 …]
Dbarrier_stub_builder.cpp41 Label entry(env); in DoBatchBarrier() local
63 Label entry(env); in DoBatchBarrierInternal() local
86 Label entry(env); in GetBitSetDataAddr() local
110 Label entry(env); in HandleMark() local
177 Label entry(env); in BarrierBatchBitSet() local
295 Label entry(env); in DoMoveBarrierCrossRegion() local
370 Label entry(env); in DoMoveBarrierInRegion() local
394 Label entry(env); in DoMoveBarrierSameRegionKind() local
532 Label entry(env); in BitSetRangeMove() local
561 Label entry(env); in BitSetRangeMoveForward() local
[all …]
/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/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
473 [[maybe_unused]] const CString &bundleName, const CString &moduleName, const CString &entry, in ExecuteAbcFileWithSingletonPatternFlag()
[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/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
/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