Home
last modified time | relevance | path

Searched refs:threads_with_roots_ (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_heap.cc1724 threads_with_roots_.insert(info.GetThreadId()); in ReplaceStrongRoots()
1751 threads_with_roots_.insert(info.GetThreadId()); in ReplaceStrongRoots()
1760 return threads_with_roots_; in ReplaceStrongRoots()
1765 std::unordered_set<uint32_t> threads_with_roots_; in ReplaceStrongRoots() member