Home
last modified time | relevance | path

Searched refs:itr (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp118 auto itr = profVec.begin(); in FilterMethodToPrint() local
120 while (itr != profVec.end()) { in FilterMethodToPrint()
122 for (int i = 0; i < printMehodCount_ && itr != profVec.end(); i++) { in FilterMethodToPrint()
124 PrintMethodRecord(itr->first, itr->second.GetName()); in FilterMethodToPrint()
125 itr++; in FilterMethodToPrint()
199 auto itr = std::find(abcNames_.begin(), abcNames_.end(), pfName); in FilterMethodToPrint() local
201 if (itr != abcNames_.end()) { in FilterMethodToPrint()
202 index = static_cast<uint32_t>(std::distance(abcNames_.begin(), itr)); in FilterMethodToPrint()
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dutility.js94 let itr = proxy[Symbol.iterator]();
98 tmp = itr.next().value;
H A Dcontainer_plainarray.js99 let itr = proxy[Symbol.iterator]();
103 tmp = itr.next().value;
H A Dcontainer_vector.js207 let itr = proxy[Symbol.iterator]();
211 tmp = itr.next().value;
H A Dcontainer_linked_list.js271 let itr = proxy[Symbol.iterator]();
275 tmp = itr.next().value;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp250 auto itr = func2FuncInfo.find(funcName); in SaveFunc2Addr() local
251 if (itr != func2FuncInfo.end()) { in SaveFunc2Addr()
252 itr->second.addr = address; in SaveFunc2Addr()
261 auto itr = func2FuncInfo.find(funcName); in SaveFunc2FPtoPrevSPDelta() local
262 if (itr != func2FuncInfo.end()) { in SaveFunc2FPtoPrevSPDelta()
263 itr->second.fp2PrevFrameSpDelta = fp2PrevSpDelta; in SaveFunc2FPtoPrevSPDelta()
272 auto itr = func2FuncInfo.find(funcName); in SaveFunc2CalleeOffsetInfo() local
273 if (itr != func2FuncInfo.end()) { in SaveFunc2CalleeOffsetInfo()
274 itr->second.calleeRegInfo = calleeRegInfo; in SaveFunc2CalleeOffsetInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp112 for (const auto itr : deoptBundleInfo) { in SetCallStmtDeoptBundleInfo()
113 auto value = itr.second; in SetCallStmtDeoptBundleInfo()
115 deoptInfos.insert(std::pair<int32_t, MapleValue>(itr.first, MapleValue(std::get<PregIdx>(value.data)))); in SetCallStmtDeoptBundleInfo()
116 } else if (itr.second.kind == kSymbolKind) { in SetCallStmtDeoptBundleInfo()
118 deoptInfos.insert(std::pair<int32_t, MapleValue>(itr.first, MapleValue(std::get<MIRSymbol*>(value.data)))); in SetCallStmtDeoptBundleInfo()
120 deoptInfos.insert(std::pair<int32_t, MapleValue>(itr.first, MapleValue(std::get<MIRConst*>(value.data)))); in SetCallStmtDeoptBundleInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dobj_emit.h363 auto itr = label2Order.find(label); in GetLabelOrder() local
364 CHECK_FATAL(itr != label2Order.end(), "not found label"); in GetLabelOrder()
365 return itr->second; in GetLabelOrder()
H A Dcgfunc.h734 auto itr = funcLocalSym2Label.find(&symbol); in GetLocalSymLabelIndex() local
735 CHECK_FATAL(itr != funcLocalSym2Label.end(), "not assign labelIndex to sym"); in GetLocalSymLabelIndex()
736 return itr->second; in GetLocalSymLabelIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp222 auto itr = func2Addr.find(funcName); in CollectFuncEntryInfoByLiteCG()
223 if (itr == func2Addr.end()) { in CollectFuncEntryInfoByLiteCG()
227 uint64_t funcEntry = itr->second.addr; in CollectFuncEntryInfoByLiteCG()
229 int delta = itr->second.fp2PrevFrameSpDelta; in CollectFuncEntryInfoByLiteCG()
232 kungfu::CalleeRegAndOffsetVec info = itr->second.calleeRegInfo; in CollectFuncEntryInfoByLiteCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp115 auto itr = derivedRef2Base.find(regNO); in SpillStackMapInfo() local
116 if (itr != derivedRef2Base.end()) { in SpillStackMapInfo()
117 auto baseRegNum = (itr->second)->GetRegisterNumber(); in SpillStackMapInfo()
1926 auto itr = derivedRef2Base.find(regNO); in CollectReferenceMap() local
1927 if (itr != derivedRef2Base.end()) { in CollectReferenceMap()
1928 auto baseRegNum = (itr->second)->GetRegisterNumber(); in CollectReferenceMap()
1943 if (itr == derivedRef2Base.end()) { in CollectReferenceMap()
H A Disel.cpp719 auto itr = derived2BaseRef.find(pregIdx); in SelectRegassign() local
720 if (itr != derived2BaseRef.end()) { in SelectRegassign()
721 auto *opnd = cgFunc->GetOpndFromPregIdx(itr->first); in SelectRegassign()
724 opnd = cgFunc->GetOpndFromPregIdx(itr->second); in SelectRegassign()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp104 auto itr = bbID2BB_.find(bbID); in GetOrCreateBB() local
105 if (itr != bbID2BB_.end()) { in GetOrCreateBB()
106 return *(itr->second); in GetOrCreateBB()
759 auto itr = gate2Expr_.find(glueGate); in GetGlue() local
760 if (itr != gate2Expr_.end()) { in GetGlue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp777 auto itr = derived2BaseRef.find(pregIdx); in SelectRegassign() local
778 if (itr != derived2BaseRef.end()) { in SelectRegassign()
779 auto *opnd = GetOpndFromPregIdx(itr->first); in SelectRegassign()
782 opnd = GetOpndFromPregIdx(itr->second); in SelectRegassign()

Completed in 28 milliseconds