Home
last modified time | relevance | path

Searched defs:RootType (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DRootType.java23 public enum RootType { enum
97 RootType(int mask) { in RootType() method in RootType
/aosp12/art/runtime/
H A Dgc_root.h40 enum RootType { enum
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DRootInfo.java78 public @interface RootType {} annotation in RootInfo
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc372 std::map<art::RootType, std::vector<art::mirror::Object*>>* root_objects) in RootFinder()