Home
last modified time | relevance | path

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

12345678910>>...16

/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/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.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_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.cpp91 auto iter = sourceFileToDebugInfo_.find(filePath); in GetPandaFile() local
100 auto iter = sourceFileToDebugInfo_.find(filePath); in GetImportExportTable() local
109 auto iter = sourceFileToDebugInfo_.find(filePath); in GetGlobalClassAccessor() local
118 auto iter = sourceFileToDebugInfo_.find(filePath); in GetModuleName() local
127 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_hasharray_iterator.h31 static JSHandle<JSTaggedValue> GetRBTreeCurrentNode(JSThread *thread, JSHandle<T> iter, in GetRBTreeCurrentNode()
61 static JSHandle<JSTaggedValue> GetCurrentNode(JSThread *thread, JSHandle<T> iter, in GetCurrentNode()
Djs_api_list_iterator.cpp37 JSHandle<JSAPIListIterator> iter(input); in Next() local
73 JSHandle<JSTaggedValue> iter(factory->NewJSAPIListIterator(JSHandle<JSAPIList>(obj))); in CreateListIterator() local
Djs_api_linked_list_iterator.cpp38 JSHandle<JSAPILinkedListIterator> iter(input); in Next() local
75 … JSHandle<JSTaggedValue> iter(factory->NewJSAPILinkedListIterator(JSHandle<JSAPILinkedList>(obj))); in CreateLinkedListIterator() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dwait_list.h85 for (auto iter = waitList_.begin(); iter != waitList_.end(); iter = next(iter)) { in GetReadyValue() local
104 auto iter = waitList_.begin(); in ProcessWaitList() local
125 for (auto iter = waitList_.begin(); iter != waitList_.end(); iter = next(iter)) { in HaveReadyValue() 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/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_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_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp83 auto iter = transitionLayout_.find(type); in GetHClassLayoutDesc() local
92 auto iter = transitionLayout_.find(type); in GetOrInsertHClassLayoutDesc() local
111 auto iter = transitionLayout_.find(rootType); in DumpForRoot() local
131 auto iter = transitionLayout_.find(childType); in DumpForChild() local
234 for (auto &iter : layoutDesc_) { in UpdateKeyAndDesc() local
Dpgo_profiler_info.cpp266 …for (auto iter = methodInfos->methodInfos_.begin(); iter != methodInfos->methodInfos_.end(); iter+… in Merge() local
285 …for (auto iter = methodInfos->methodTypeInfos_.begin(); iter != methodInfos->methodTypeInfos_.end(… in Merge() local
300 …for (auto iter = methodInfos->methodsChecksum_.begin(); iter != methodInfos->methodsChecksum_.end(… in Merge() local
394 for (auto iter = methodInfos_.begin(); iter != methodInfos_.end(); iter++) { in ProcessToBinary() local
521 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId()); in ProcessToText() local
542 auto iter = methodTypeInfos_.find(methodInfo->GetMethodId()); in ProcessToJson() local
605 auto iter = methodInfoMap_.find(methodNameSet.first); in Merge() local
637 auto iter = recordInfos_.find(recordProfileType); in GetMethodInfoMap() local
688 auto iter = hclassTreeDescInfos_.find(descInfo); in AddDefine() local
701 auto iter = hclassTreeDescInfos_.find(descInfo); in AddRootLayout() local
[all …]
/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_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp98 const auto iter = bcOffsetPGODefOpTypeMap_.at(offset); in GetElementsKindForCreater() local
108 const auto iter = bcOffsetPGODefOpTypeMap_.at(offset); in GetElementsLength() local
117 const auto iter = bcOffsetPGODefOpTypeMap_.at(offset); in GetRegionSpaceFlag() local
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp21 const auto *iter = this; in FindLabel() local

12345678910>>...16