Home
last modified time | relevance | path

Searched defs:iter (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.cpp28 for (auto &iter : result) { in SetModuleConstantAnalysisResult() local
59 [[maybe_unused]] auto iter = regular_import_slot_infos_.find(slot); in SetRegularImportInfo() local
87 auto iter = regular_import_slot_infos_.find(slot); in GetRegularImportInfo() local
98 auto iter = namespace_import_slot_source_record_names_.find(slot); in GetNamespaceImportInfo() local
108 auto iter = constant_local_export_values_.find(name); in GetExportedConstantValue() local
120 for (auto iter : constant_local_export_values_) { in Dump() local
124 for (auto iter : constant_local_export_slots_) { in Dump() local
131 for (auto iter : local_export_slot_external_names_[i]) { in Dump() local
137 for (auto iter : regular_import_slot_infos_) { in Dump() local
142 for (auto iter : namespace_import_slot_source_record_names_) { in Dump() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp45 JSHandle<JSArrayIterator> iter(JSIterator::GetIterator(thread, array)); in HWTEST_F_L0() local
58 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, array)); in HWTEST_F_L0() local
71 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, array)); in HWTEST_F_L0() local
89 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, array)); in HWTEST_F_L0() local
102 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, array)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.cpp24 auto iter = locationListMap_.find(node->waitPointer_); in AddNode() local
36 auto iter = locationListMap_.find(node->waitPointer_); in DeleteNode() local
Djs_iterator.cpp23 …ggedValue JSIterator::IteratorCloseAndReturn(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in IteratorCloseAndReturn()
61 JSHandle<JSTaggedValue> iter(thread, ret); in GetIterator() local
110 …ndle<JSTaggedValue> JSIterator::IteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in IteratorNext()
131 …ndle<JSTaggedValue> JSIterator::IteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter, in IteratorNext()
154 …STaggedValue> JSIterator::IteratorNext(JSThread *thread, const JSHandle<AsyncIteratorRecord> &iter, in IteratorNext()
176 …STaggedValue> JSIterator::IteratorNext(JSThread *thread, const JSHandle<AsyncIteratorRecord> &iter) in IteratorNext()
215 …ndle<JSTaggedValue> JSIterator::IteratorStep(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in IteratorStep()
234 …dle<JSTaggedValue> JSIterator::IteratorClose(JSThread *thread, const JSHandle<JSTaggedValue> &iter, in IteratorClose()
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.cpp110 for (auto iter = overloads_.begin(); iter != overloads_.end(); iter++) { in UpdateSelf() local
114 for (auto iter = decorators_.begin(); iter != decorators_.end(); iter++) { in UpdateSelf() local
119 for (auto iter = param.decorators.begin(); iter != param.decorators.end(); iter++) { in UpdateSelf() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_space_chunk.cpp38 auto iter = areaList_.find(reinterpret_cast<uintptr_t>(mem)); in Free() local
48 for (auto iter = areaList_.begin(); iter != areaList_.end(); ++iter) { in ReleaseMemory() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp58 for (auto iter = lvt_.begin(); iter != lvt_.end(); iter++) { in ProcessEnd() local
122 for (auto iter = lvt_.rbegin(); iter != lvt_.rend(); iter++) { in HandleEndLocal() local
186 auto iter = methods_.find(methodId.GetOffset()); in GetLineNumberTable() local
202 auto iter = methods_.find(methodId.GetOffset()); in GetColumnNumberTable() local
218 auto iter = methods_.find(methodId.GetOffset()); in GetLocalVariableTable() local
234 auto iter = methods_.find(methodId.GetOffset()); in GetSourceFile() local
250 auto iter = methods_.find(methodId.GetOffset()); in GetSourceCode() local
342 auto iter = methods_.find(offset); in Extract() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.cpp36 JSHandle<JSAPIHashMapIterator> iter = JSHandle<JSAPIHashMapIterator>::Cast(input); in Next() local
83JSHandle<JSAPIHashMapIterator> &iter, in FastGetCurrentNode()
110 JSHandle<JSAPIHashMapIterator> &iter, in GetCurrentNode()
153 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashMapIterator(JSHandle<JSAPIHashMap>(obj), kind)); in CreateHashMapIterator() local
Djs_api_hashset_iterator.cpp36 JSHandle<JSAPIHashSetIterator> iter = JSHandle<JSAPIHashSetIterator>::Cast(input); in Next() local
78JSHandle<JSAPIHashSetIterator> &iter, in FastGetCurrentNode()
104 …Value> JSAPIHashSetIterator::GetCurrentNode(JSThread *thread, JSHandle<JSAPIHashSetIterator> &iter, in GetCurrentNode()
147 … JSHandle<JSTaggedValue> iter(factory->NewJSAPIHashSetIterator(JSHandle<JSAPIHashSet>(obj), kind)); in CreateHashSetIterator() local
Djs_api_linked_list_iterator.cpp37 JSHandle<JSAPILinkedListIterator> iter(input); in Next() local
73 … JSHandle<JSTaggedValue> iter(factory->NewJSAPILinkedListIterator(JSHandle<JSAPILinkedList>(obj))); in CreateLinkedListIterator() local
Djs_api_list_iterator.cpp36 JSHandle<JSAPIListIterator> iter(input); in Next() local
71 JSHandle<JSTaggedValue> iter(factory->NewJSAPIListIterator(JSHandle<JSAPIList>(obj))); in CreateListIterator() local
/arkcompiler/ets_runtime/test/aottest/creategeneratorobj/
Dcreategeneratorobj.ts22 const iter = generator(); constant
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTemplateLiteralType.cpp54 for (auto iter = references_.begin(); iter != references_.end(); iter++) { in UpdateSelf() local
58 for (auto iter = quasis_.begin(); iter != quasis_.end(); iter++) { in UpdateSelf() local
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.h156 auto iter = values_map_.find(key); in GetValue() local
161 auto iter = string_map_.find(key); in GetValueSourceString() local
167 auto iter = values_map_.find(GetKeyByIndex(idx)); in GetValue() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.h158 auto iter = valuesMap_.find(key); in GetValue() local
163 auto iter = stringMap_.find(key); in GetValueSourceString() local
169 auto iter = valuesMap_.find(GetKeyByIndex(idx)); in GetValue() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp243 …for (auto iter = methodInfos->methodInfos_.begin(); iter != methodInfos->methodInfos_.end(); iter+… in Merge() local
262 …for (auto iter = methodInfos->methodTypeInfos_.begin(); iter != methodInfos->methodTypeInfos_.end(… in Merge() local
277 …for (auto iter = methodInfos->methodsChecksum_.begin(); iter != methodInfos->methodsChecksum_.end(… in Merge() local
324 for (auto iter = methodInfos_.begin(); iter != methodInfos_.end(); iter++) { in ProcessToBinary() local
454 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId()); in ProcessToText() local
475 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId()); in ProcessToJson() local
538 auto iter = methodInfoMap_.find(methodNameSet.first); in Merge() local
570 auto iter = recordInfos_.find(recordProfileType); in GetMethodInfoMap() local
620 auto iter = hclassTreeDescInfos_.find(descInfo); in AddDefine() local
633 auto iter = hclassTreeDescInfos_.find(descInfo); in AddRootLayout() local
[all …]
Dpgo_profiler_layout.cpp82 auto iter = transitionLayout_.find(type); in GetHClassLayoutDesc() local
91 auto iter = transitionLayout_.find(type); in GetOrInsertHClassLayoutDesc() local
110 auto iter = transitionLayout_.find(rootType); in DumpForRoot() local
130 auto iter = transitionLayout_.find(childType); in DumpForChild() local
233 for (auto &iter : layoutDesc_) { in UpdateKeyAndDesc() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp47 auto iter = baseJSPandaFiles_.find(jsPandaFile); in GetBaseJSPandaFile() local
58 auto iter = patchExtractors_.find(url); in GetPatchExtractors() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_guard.h52 for (auto iter = dependChain->begin(); iter != dependChain->end(); ++iter) { in FoundIndexCheckedForLength() local
64 for (auto iter = dependChain->begin(); iter != dependChain->end(); ++iter) { in FoundIndexCheckedForIndex() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsQualifiedName.cpp87 const auto *iter = this; in ToString() local
110 const auto *iter = this; in BaseToString() local
132 auto *iter = self; in ResolveLeftMostQualifiedNameImpl() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtemplateLiteral.cpp90 for (auto iter = expressions_.begin(); iter != expressions_.end(); iter++) { in UpdateSelf() local
94 for (auto iter = quasis_.begin(); iter != quasis_.end(); iter++) { in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp175 const ir::ScriptFunction *iter = GetContainingFunction(node); in GetContainingConstructor() local
194 auto *iter = node; in GetContainingEnumDeclaration() local
209 const auto *iter = node; in GetContainingObjectType() local
235 const auto *iter = node; in GetContainingClassDefinition() local
250 const auto *iter = node; in GetContainingInterfaceDeclaration() local
265 const auto *iter = node; in GetContainingClassMethodDefinition() local
284 const auto *iter = node; in GetContainingClassStaticBlock() local
/arkcompiler/ets_runtime/test/moduletest/regexpcallthrow/
Dregexpcallthrow.js30 let iter = /./[Symbol.matchAll]('abc'); variable
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp23 const auto *iter = this; in FindLabel() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.cpp41 JSHandle<JSSharedArrayIterator> iter(thisObj); in Next() local
57 …dValue JSSharedArrayIterator::NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator> &iter, in NextInternal()

12345678910>>...14