Searched refs:thread_it (Results 1 – 1 of 1) sorted by relevance
120 for (auto thread_it = threads.begin(); thread_it != threads.end(); thread_it++) { in CollectAllocations() local122 if (thread_it->stack.first >= it->begin && thread_it->stack.first <= it->end) { in CollectAllocations()123 MEM_ALOGV("Stack %" PRIxPTR "-%" PRIxPTR " %s", thread_it->stack.first, it->end, it->name); in CollectAllocations()124 heap_walker_.Root(thread_it->stack.first, it->end); in CollectAllocations()127 heap_walker_.Root(thread_it->regs); in CollectAllocations()