| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_analysis_results.cpp | 26 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/ |
| D | bytecode_to_cir_with_insufficient_profile_005.ts | 30 for (const iter of arrayObj) { constant 105 for (const iter of arrayObjTwo) { constant
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_iterator_test.cpp | 45 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/ |
| D | waiter_list.cpp | 23 auto iter = locationListMap_.find(node->waitPointer_); in AddNode() local 35 auto iter = locationListMap_.find(node->waitPointer_); in DeleteNode() local
|
| D | js_iterator.cpp | 23 …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/ |
| D | methodDefinition.cpp | 113 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/ |
| D | work_space_chunk.cpp | 38 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/ |
| D | debug_info_extractor.cpp | 58 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/ |
| D | debugInfoStorage.cpp | 91 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
|
| D | scopedDebugInfoPlugin-inl.h | 29 auto iter = prologueEpilogueMap_.find(block); in RegisterPrologueEpilogue() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hasharray_iterator.h | 31 static JSHandle<JSTaggedValue> GetRBTreeCurrentNode(JSThread *thread, JSHandle<T> iter, in GetRBTreeCurrentNode() 61 static JSHandle<JSTaggedValue> GetCurrentNode(JSThread *thread, JSHandle<T> iter, in GetCurrentNode()
|
| D | js_api_list_iterator.cpp | 37 JSHandle<JSAPIListIterator> iter(input); in Next() local 73 JSHandle<JSTaggedValue> iter(factory->NewJSAPIListIterator(JSHandle<JSAPIList>(obj))); in CreateListIterator() local
|
| D | js_api_linked_list_iterator.cpp | 38 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/ |
| D | wait_list.h | 85 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/ |
| D | creategeneratorobj.ts | 22 const iter = generator(); constant
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTemplateLiteralType.cpp | 54 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/ |
| D | json_parser.h | 156 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/ |
| D | hot_reload_manager.cpp | 47 auto iter = baseJSPandaFiles_.find(jsPandaFile); in GetBaseJSPandaFile() local 58 auto iter = patchExtractors_.find(url); in GetPatchExtractors() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | json_parser.h | 164 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/ |
| D | range_guard.h | 52 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/ |
| D | pgo_profiler_layout.cpp | 83 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
|
| D | pgo_profiler_info.cpp | 266 …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/ |
| D | templateLiteral.cpp | 89 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/ |
| D | pgo_type_recorder.cpp | 98 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/ |
| D | parserContext.cpp | 21 const auto *iter = this; in FindLabel() local
|