Home
last modified time | relevance | path

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

12345678910>>...15

/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.cpp26 for (auto &iter : result) { in SetModuleConstantAnalysisResult() local
57 [[maybe_unused]] auto iter = regular_import_slot_infos_.find(slot); in SetRegularImportInfo() local
85 auto iter = regular_import_slot_infos_.find(slot); in GetRegularImportInfo() local
96 auto iter = namespace_import_slot_source_record_names_.find(slot); in GetNamespaceImportInfo() local
106 auto iter = constant_local_export_values_.find(name); in GetExportedConstantValue() local
118 for (auto iter : constant_local_export_values_) { in Dump() local
122 for (auto iter : constant_local_export_slots_) { in Dump() local
129 for (auto iter : local_export_slot_external_names_[i]) { in Dump() local
135 for (auto iter : regular_import_slot_infos_) { in Dump() local
140 for (auto iter : namespace_import_slot_source_record_names_) { in Dump() local
[all …]
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_005/
Dbytecode_to_cir_with_insufficient_profile_005.ts30 for (const iter of arrayObj) { constant
105 for (const iter of arrayObjTwo) { constant
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.cpp23 auto iter = locationListMap_.find(node->waitPointer_); in AddNode() local
35 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_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_frontend/es2panda/ir/base/
DmethodDefinition.cpp113 for (auto iter = overloads_.begin(); iter != overloads_.end(); iter++) { in UpdateSelf() local
117 for (auto iter = decorators_.begin(); iter != decorators_.end(); iter++) { in UpdateSelf() local
122 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_frontend/ets2panda/evaluate/
DdebugInfoStorage.cpp94 auto iter = sourceFileToDebugInfo_.find(filePath); in GetPandaFile() local
103 auto iter = sourceFileToDebugInfo_.find(filePath); in GetImportExportTable() local
112 auto iter = sourceFileToDebugInfo_.find(filePath); in GetGlobalClassAccessor() local
121 auto iter = sourceFileToDebugInfo_.find(filePath); in GetModuleName() local
130 auto iter = sourceFileToDebugInfo_.find(filePath); in FindClass() local
DscopedDebugInfoPlugin-inl.h29 auto iter = prologueEpilogueMap_.find(block); in RegisterPrologueEpilogue() 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_list_iterator.cpp36 JSHandle<JSAPIListIterator> iter(input); in Next() local
71 JSHandle<JSTaggedValue> iter(factory->NewJSAPIListIterator(JSHandle<JSAPIList>(obj))); in CreateListIterator() 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
/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/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/pgo_profiler/
Dpgo_profiler_info.cpp263 …for (auto iter = methodInfos->methodInfos_.begin(); iter != methodInfos->methodInfos_.end(); iter+… in Merge() local
282 …for (auto iter = methodInfos->methodTypeInfos_.begin(); iter != methodInfos->methodTypeInfos_.end(… in Merge() local
297 …for (auto iter = methodInfos->methodsChecksum_.begin(); iter != methodInfos->methodsChecksum_.end(… in Merge() local
344 for (auto iter = methodInfos_.begin(); iter != methodInfos_.end(); iter++) { in ProcessToBinary() local
475 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId()); in ProcessToText() local
496 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId()); in ProcessToJson() local
559 auto iter = methodInfoMap_.find(methodNameSet.first); in Merge() local
591 auto iter = recordInfos_.find(recordProfileType); in GetMethodInfoMap() local
641 auto iter = hclassTreeDescInfos_.find(descInfo); in AddDefine() local
654 auto iter = hclassTreeDescInfos_.find(descInfo); in AddRootLayout() local
[all …]
Dpgo_profiler_layout.cpp81 auto iter = transitionLayout_.find(type); in GetHClassLayoutDesc() local
90 auto iter = transitionLayout_.find(type); in GetOrInsertHClassLayoutDesc() local
109 auto iter = transitionLayout_.find(rootType); in DumpForRoot() local
129 auto iter = transitionLayout_.find(childType); in DumpForChild() local
232 for (auto &iter : layoutDesc_) { in UpdateKeyAndDesc() 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/runtime_core/static_core/libpandabase/utils/
Djson_parser.h164 auto iter = valuesMap_.find(key); in GetValue() local
169 auto iter = stringMap_.find(key); in GetValueSourceString() local
175 auto iter = valuesMap_.find(GetKeyByIndex(idx)); in GetValue() 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.cpp89 for (auto iter = expressions_.begin(); iter != expressions_.end(); iter++) { in UpdateSelf() local
93 for (auto iter = quasis_.begin(); iter != quasis_.end(); iter++) { in UpdateSelf() local
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp21 const auto *iter = this; in FindLabel() local

12345678910>>...15