Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc1623 using ObjectMap = std::unordered_map<ObjectPtr, ObjectPtr, art::HashObjPtr>; typedef
1625 static void ReplaceObjectReferences(const ObjectMap& map) in ReplaceObjectReferences()
1634 explicit ResizeReferenceVisitor(const ObjectMap& map, ObjectPtr ref) in ReplaceObjectReferences()
1683 const ObjectMap& map_; in ReplaceObjectReferences()
1702 static void ReplaceStrongRoots(art::Thread* self, const ObjectMap& map) in ReplaceStrongRoots()
1707 explicit ResizeRootVisitor(const ObjectMap& map) : map_(map) {} in ReplaceStrongRoots()
1769 const ObjectMap& map_; in ReplaceStrongRoots()
1797 const ObjectMap& map) in ReplaceWeakRoots()
1845 ReplaceWeaksVisitor(const ObjectMap& map) : map_(map) {} in ReplaceWeakRoots()
1858 const ObjectMap& map_; in ReplaceWeakRoots()
[all …]