Home
last modified time | relevance | path

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

12345

/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()
82 inline static int GetKeyIndex(int entry) in GetKeyIndex()
86 inline static int GetValueIndex(int entry) in GetValueIndex()
90 inline static int GetEntryIndex(int entry) in GetEntryIndex()
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()
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 …]
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
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()
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()
265 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey()
271 inline void SetValue(const JSThread *thread, int entry, JSTaggedValue value) in SetValue()
277 inline JSTaggedValue GetNextEntry(int entry) const in GetNextEntry()
283 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry()
300 inline uint32_t EntryToIndex(uint32_t entry) const in EntryToIndex()
[all …]
Dtagged_dictionary.cpp79 for (const auto &entry : sortArr) { in GetAllKeys() local
109 for (const auto &entry : sortArr) { in GetAllKeysByFilter() local
131 for (auto entry : sortArr) { in GetAllEnumKeys() local
149 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &met… in SetAttributes()
155 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry()
163 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes()
170 void NameDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue()
175 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry()
240 for (auto entry : sortArr) { in GetAllKeys() local
271 for (auto entry : sortArr) { in GetAllKeysByFilter() local
[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.h105 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
250 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindEntry() local
271 …for (uint32_t entry = GetFirstPosition(hash, size);; entry = GetNextPosition(entry, count++, size)… in FindInsertIndex() local
278 inline void SetKey(const JSThread *thread, int entry, const JSTaggedValue &key) in SetKey()
287 inline void SetValue(const JSThread *thread, int entry, const JSTaggedValue &value) in SetValue()
340 inline void AddElement(const JSThread *thread, int entry, const JSHandle<JSTaggedValue> &key, in AddElement()
[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_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
242 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry() 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/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_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/toolchain/tooling/test/utils/
Dtest_list.cpp74 for (const auto &entry : tests) { in GetTestList() local
86 for (const auto &entry : tests) { in GetCInterpTestList() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp27 Label entry(env); in LoadObjByName() local
68 Label entry(env); in DeprecatedLoadObjByName() local
98 Label entry(env); in StoreObjByName() local
148 Label entry(env); in LoadObjByValue() local
181 Label entry(env); in DeprecatedLoadObjByValue() local
210 Label entry(env); in StoreObjByValue() local
243 Label entry(env); in TryLoadGlobalByName() local
293 Label entry(env); in TryStoreGlobalByName() local
355 Label entry(env); in LoadGlobalVar() local
393 Label entry(env); in StoreGlobalVar() local
Doperations_stub_builder.cpp25 Label entry(env); in Equal() local
47 Label entry(env); in NotEqual() local
87 Label entry(env); in StrictEqual() local
107 Label entry(env); in StrictNotEqual() local
127 Label entry(env); in Less() local
232 Label entry(env); in LessEq() local
337 Label entry(env); in Greater() local
441 Label entry(env); in GreaterEq() local
546 Label entry(env); in Add() local
567 Label entry(env); in Sub() local
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp36 CString entry; in ExecuteFromFile() local
127 CString entry = entryPoint.data(); in ExecuteFromBuffer() local
159 CString entry; in ExecuteModuleBuffer() local
194 bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size) in CommonExecuteBuffer()
261 CString entry = entryPoint.data(); in ExecuteFromBufferSecure() local
276 const CString &entry, const JSPandaFile *jsPandaFile) in CommonExecuteBuffer()
316 CString entry; in ExecuteModuleBufferSecure() local
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dwebpack.dist.config.js19 entry: "./src/index.js", property
Dwebpack.debug.config.js20 entry: "./src/index.js", property
/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 FastSubString() local
178 Label entry(env); in FastSubUtf8String() local
203 Label entry(env); in FastSubUtf16String() local
254 Label entry(env); in CopyChars() local
289 Label entry(env); in CanBeCompressed() local
334 Label entry(env); in CopyUtf16AsUtf8() local
387 Label entry(env); in StringIndexOf() local
509 Label entry(env); in StringIndexOf() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp58 int entry = TaggedTreeSet::FindEntry(thread, setHandle, key); in Delete() local
84 int entry = setHandle->GetMinimum(setHandle->GetRootEntries()); in PopFirst() local
97 int entry = setHandle->GetMaximum(setHandle->GetRootEntries()); in PopLast() local
/arkcompiler/ets_runtime/test/fuzztest/execute_fuzzer/
Dexecute_fuzzer.cpp33 Local<StringRef> entry = StringRef::NewFromUtf8(vm, PANDA_MAIN_FUNCTION); in ExecuteFuzzTest() local

12345