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