Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DAhatSnapshot.java23 import com.android.tools.perflib.heap.RootType;
59 private final Map<Instance, Collection<RootType>> mRoots
60 = new HashMap<Instance, Collection<RootType>>();
136 Collection<RootType> types = mRoots.get(inst); in AhatSnapshot()
138 types = new HashSet<RootType>(); in AhatSnapshot()
181 public Collection<RootType> getRootTypes(Instance inst) { in getRootTypes()
DObjectHandler.java26 import com.android.tools.perflib.heap.RootType;
77 Collection<RootType> rootTypes = mSnapshot.getRootTypes(inst); in handle()
81 for (RootType type : rootTypes) { in handle()
/art/runtime/
Dgc_root.h38 enum RootType { enum
55 std::ostream& operator<<(std::ostream& os, const RootType& root_type);
61 explicit RootInfo(RootType type, uint32_t thread_id = 0)
67 RootType GetType() const { in GetType()
79 const RootType type_;