Lines Matching defs:newIt
552 // in case1 newIt -> C
553 // in case2 newIt -> B
554 const auto newIt = newCallFrames.end() - expandLimit;
555 if (newIt != newCallFrames.end()) {
556 HLOGM("try find new call chain bottom %s for limit %zu", newIt->ToString().c_str(),
563 auto cachedIt = find(cachedCallFrames.begin(), cachedCallFrames.end(), *newIt);
573 if (std::equal(newIt, newIt + expandLimit, cachedIt)) {
574 HLOGM("match %s + %zu", newIt->ToString().c_str(), expandLimit);
595 cachedIt = find(cachedIt, cachedCallFrames.end(), *newIt);