Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc1838 struct ReplaceWeaksVisitor : public art::IsMarkedVisitor { in ReplaceWeakRoots() struct
1840 ReplaceWeaksVisitor(const ObjectMap& map) : map_(map) {} in ReplaceWeakRoots() function
1842 art::mirror::Object* IsMarked(art::mirror::Object* obj) in ReplaceWeakRoots()
1853 const ObjectMap& map_; in ReplaceWeakRoots()