Home
last modified time | relevance | path

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

123456

/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()
76 inline static int GetKeyIndex(int entry) in GetKeyIndex()
80 inline static int GetValueIndex(int entry) in GetValueIndex()
84 inline static int GetEntryIndex(int entry) in GetEntryIndex()
Dglobal_dictionary-inl.h48 PropertyBox *GlobalDictionary::GetBox(int entry) const in GetBox()
54 JSTaggedValue GlobalDictionary::GetValue(int entry) const in GetValue()
59 PropertyAttributes GlobalDictionary::GetAttributes(int entry) const in GetAttributes()
65 void GlobalDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const … in SetEntry()
73 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry()
80 void GlobalDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedVa… in UpdateValueAndAttributes()
87 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &m… in SetAttributes()
93 void GlobalDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue()
115 for (auto entry : sortArr) { in GetAllKeys() local
142 for (const auto &entry : sortArr) { in GetEnumAllKeys() 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()
Dtagged_dictionary.cpp57 for (const auto &entry : sortArr) { in GetAllKeys() local
79 for (auto entry : sortArr) { in GetAllEnumKeys() local
97 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &met… in SetAttributes()
103 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry()
111 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes()
118 void NameDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue()
123 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry()
171 for (auto entry : sortArr) { in GetAllKeys() local
198 for (auto entry : sortArr) { in GetAllEnumKeys() local
219 void NumberDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &m… in SetAttributes()
[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()
80 int entry = FindEntry(key); in ContainsKey() local
86 int entry = FindEntry(key); in GetSymbol() local
Dtransitions_dictionary.h58 inline static int GetKeyIndex(int entry) in GetKeyIndex()
62 inline static int GetValueIndex(int entry) in GetValueIndex()
66 inline static int GetEntryIndex(int entry) in GetEntryIndex()
94 inline JSTaggedValue GetAttributes(int entry) const in GetAttributes()
100 inline void SetAttributes(const JSThread *thread, int entry, JSTaggedValue metaData) in SetAttributes()
106 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa… in SetEntry()
120 inline void RemoveElement(const JSThread *thread, int entry) in RemoveElement()
Dlinked_hash_table.h91 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()
262 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey()
268 inline void SetValue(const JSThread *thread, int entry, JSTaggedValue value) in SetValue()
274 inline JSTaggedValue GetNextEntry(int entry) const in GetNextEntry()
280 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry()
297 inline uint32_t EntryToIndex(uint32_t entry) const in EntryToIndex()
[all …]
Dtagged_tree.h77 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()
169 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey()
175 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue()
191 inline int GetMinimum(int entry) const in GetMinimum()
201 inline int GetMaximum(int entry) const in GetMaximum()
211 inline int GetParent(int entry) const in GetParent()
269 inline int EntryToIndex(uint32_t entry) const in EntryToIndex()
280 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent()
[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.h107 int entry = table->FindEntry(key.GetTaggedValue()); in Insert() local
121 int entry = table->FindEntry(key.GetTaggedValue()); in Remove() local
174 JSTaggedValue GetKey(int entry) const in GetKey()
183 JSTaggedValue GetValue(int entry) const in GetValue()
228 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local
248 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindInsertIndex() local
255 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey()
264 inline void SetValue(const JSThread *thread, int entry, const JSTaggedValue &value) in SetValue()
317 inline void AddElement(const JSThread *thread, int entry, const JSHandle<JSTaggedValue> &key, in AddElement()
325 inline void RemoveElement(const JSThread *thread, int entry) in RemoveElement()
[all …]
Dlinked_hash_table.cpp45 int entry = table->FindElement(key.GetTaggedValue()); in Insert() local
69 int entry = table->FindElement(key.GetTaggedValue()); in InsertWeakRef() local
108 int entry = table->FindElement(key.GetTaggedValue()); in Remove() local
158 int entry = FindElement(key); in Get() local
167 int entry = FindElement(key); in Has() local
213 int entry = FindElement(key); in Has() local
Djs_weak_container.cpp39 int entry = mapHandle->FindElement(key.GetTaggedValue()); in Delete() local
79 int entry = weakSetHandle->FindElement(value.GetTaggedValue()); in Delete() local
Djs_hclass-inl.h113 auto entry = dict->FindEntry(key, attributes); in FindTransitions() local
136 auto entry = dict->FindEntry(key, proto); in FindProtoTransitions() local
156 uint32_t entry = metaData.GetOffset(); in UpdatePropertyMetaData() local
/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.cpp28 int entry = dictionary->FindEntry(key.GetTaggedValue()); in PutIfAbsentAndReset() local
50 int entry = dictionary->FindEntry(key.GetTaggedValue()); in ResetModule() local
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp36 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_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp42 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/
Doperations_stub_builder.cpp25 Label entry(env); in Equal() local
47 Label entry(env); in NotEqual() local
87 Label entry(env); in Less() local
184 Label entry(env); in LessEq() local
281 Label entry(env); in Greater() local
377 Label entry(env); in GreaterEq() local
474 Label entry(env); in Add() local
494 Label entry(env); in Sub() local
514 Label entry(env); in Mul() local
534 Label entry(env); in Div() local
[all …]
Daccess_object_stub_builder.cpp27 Label entry(env); in LoadObjByName() local
61 Label entry(env); in DeprecatedLoadObjByName() local
90 Label entry(env); in StoreObjByName() local
135 Label entry(env); in LoadObjByValue() local
167 Label entry(env); in DeprecatedLoadObjByValue() local
196 Label entry(env); in StoreObjByValue() local
227 Label entry(env); in TryLoadGlobalByName() local
276 Label entry(env); in TryStoreGlobalByName() local
338 Label entry(env); in LoadGlobalVar() local
376 Label entry(env); in StoreGlobalVar() local
Dstub_builder.cpp443 Label entry(env); in JSObjectGetProperty() local
866 Label entry(env); in TaggedToRepresentation() local
915 Label entry(env); in Store() local
935 Label entry(env); in SetValueWithBarrier() local
1010 Label entry(env); in TaggedIsBigInt() local
1031 Label entry(env); in TaggedIsPropertyBox() local
1052 Label entry(env); in TaggedIsAccessor() local
1107 Label entry(env); in StringToElementIndex() local
1222 Label entry(env); in TryToElementsIndex() local
1272 Label entry(env); in LdGlobalRecord() local
[all …]
Dbuiltins_lowering.cpp53 Label entry(&builder_); in TypedTrigonometric() local
136 Label entry(&builder_); in TypedSqrt() local
226 Label entry(&builder_); in TypedAbs() local
262 Label entry(&builder_); in LowerCallTargetCheck() local
/arkcompiler/runtime_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/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp25 Label entry(env); in StringAt() local
58 Label entry(env); in CreateFromEcmaString() local
127 Label entry(env); in FastSubUtf8String() local
165 Label entry(env); in FastSubUtf16String() local
228 Label entry(env); in StringCopy() local
263 Label entry(env); in CanBeCompressed() local
308 Label entry(env); in CopyUtf16AsUtf8() local
361 Label entry(env); in StringIndexOf() local
483 Label entry(env); in StringIndexOf() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp33 CString entry; in ExecuteFromFile() local
119 CString entry = entryPoint.data(); in ExecuteFromBuffer() local
144 CString entry = PathHelper::ParseOhmUrl(vm, normalName, name); in ExecuteModuleBuffer() local
170 bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size) in CommonExecuteBuffer()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp57 int entry = TaggedTreeSet::FindEntry(thread, setHandle, key); in Delete() local
83 int entry = setHandle->GetMinimum(setHandle->GetRootEntries()); in PopFirst() local
96 int entry = setHandle->GetMaximum(setHandle->GetRootEntries()); in PopLast() local

123456