Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_heap.cc1618 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()
[all …]