Searched refs:RootType (Results 1 – 3 of 3) sorted by relevance
23 import com.android.tools.perflib.heap.RootType;59 private final Map<Instance, Collection<RootType>> mRoots60 = 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()
26 import com.android.tools.perflib.heap.RootType;77 Collection<RootType> rootTypes = mSnapshot.getRootTypes(inst); in handle()81 for (RootType type : rootTypes) { in handle()
38 enum RootType { enum55 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_;