Home
last modified time | relevance | path

Searched refs:startIt (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.h177 auto startIt = it++; in MergeList() local
189 freeList_.erase(startIt); in MergeList()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp1219 auto startIt = std::find(rpo.begin(), rpo.end(), header); in VisitLoop() local
1224 for (auto it = startIt; it != endIt; ++it) { in VisitLoop()
1240 startIt = std::find(rpo.begin(), rpo.end(), curHeader); in VisitLoop()
1242 for (auto it = startIt; it != endIt; ++it) { in VisitLoop()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.cpp1478 auto startIt = find(rpo.begin(), rpo.end(), header);
1499 for (auto it = std::next(startIt), end = rpo.end(); it != end; ++it) {
1506 for (auto it = std::next(startIt), end = rpo.end(); it != end; ++it) {

Completed in 6 milliseconds