Searched defs:ReplaceWeaksVisitor (Results 1 – 1 of 1) sorted by relevance
1843 struct ReplaceWeaksVisitor : public art::IsMarkedVisitor { in ReplaceWeakRoots() struct1845 ReplaceWeaksVisitor(const ObjectMap& map) : map_(map) {} in ReplaceWeakRoots() function1847 art::mirror::Object* IsMarked(art::mirror::Object* obj) in ReplaceWeakRoots()1858 const ObjectMap& map_; in ReplaceWeakRoots()