Lines Matching refs:ObjectMap
1618 using ObjectMap = std::unordered_map<ObjectPtr, ObjectPtr, art::HashObjPtr>; typedef
1620 static void ReplaceObjectReferences(const ObjectMap& map) in ReplaceObjectReferences()
1629 explicit ResizeReferenceVisitor(const ObjectMap& map, ObjectPtr ref) in ReplaceObjectReferences()
1678 const ObjectMap& map_; in ReplaceObjectReferences()
1697 static void ReplaceStrongRoots(art::Thread* self, const ObjectMap& map) in ReplaceStrongRoots()
1702 explicit ResizeRootVisitor(const ObjectMap& map) : map_(map) {} in ReplaceStrongRoots()
1764 const ObjectMap& map_; in ReplaceStrongRoots()
1792 const ObjectMap& map) in ReplaceWeakRoots()
1840 ReplaceWeaksVisitor(const ObjectMap& map) : map_(map) {} in ReplaceWeakRoots()
1853 const ObjectMap& map_; in ReplaceWeakRoots()
1878 ObjectMap map { { old_obj_ptr, new_obj_ptr } }; in ReplaceReference()
1882 void HeapExtensions::ReplaceReferences(art::Thread* self, const ObjectMap& map) { in ReplaceReferences()