Home
last modified time | relevance | path

Searched defs:itr (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_plainarray.js99 let itr = proxy[Symbol.iterator](); variable
Dcontainer_linked_list.js271 let itr = proxy[Symbol.iterator](); variable
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp118 auto itr = profVec.begin(); in FilterMethodToPrint() local
199 auto itr = std::find(abcNames_.begin(), abcNames_.end(), pfName); in FilterMethodToPrint() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_stackmap_computation.cpp119 auto itr = derivedRef2Base.find(regNO); in RelocateStackmapInfo() local
146 auto itr = derivedRef2Base.find(regNO); in CollectReferenceMap() local
Dreg_alloc_lsra.cpp255 auto itr = derivedRef2Base.find(regNO); in SpillStackMapInfo() local
2145 auto itr = derivedRef2Base.find(regNO); in CollectReferenceMap() local
Disel.cpp913 auto itr = derived2BaseRef.find(pregIdx); in SelectRegassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp250 auto itr = func2FuncInfo.find(funcName); in SaveFunc2Addr() local
261 auto itr = func2FuncInfo.find(funcName); in SaveFunc2FPtoPrevSPDelta() local
272 auto itr = func2FuncInfo.find(funcName); in SaveFunc2CalleeOffsetInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h364 auto itr = label2Order.find(label); in GetLabelOrder() local
Dcgfunc.h1207 auto itr = funcLocalSym2Label.find(&symbol); in GetLocalSymLabelIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp222 auto itr = func2Addr.find(funcName); in CollectFuncEntryInfoByLiteCG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp144 for (const auto itr : deoptBundleInfo) { in SetCallStmtDeoptBundleInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp105 auto itr = bbID2BB_.find(bbID); in GetOrCreateBB() local
744 auto itr = gate2Expr_.find(glueGate); in GetGlue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1683 auto itr = derived2BaseRef.find(pregIdx); in SelectRegassign() local
2354 auto itr = stIdx2OverflowResult.find(expr.GetStIdx()); in SelectDread() local