/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | Parser.java | 291 roots.add(new RootData(objectId, RootType.JNI_GLOBAL)); in parseInternal() 299 roots.add(new RootData(objectId, RootType.JNI_LOCAL)); in parseInternal() 307 roots.add(new RootData(objectId, RootType.JAVA_FRAME)); in parseInternal() 314 roots.add(new RootData(objectId, RootType.NATIVE_STACK)); in parseInternal() 333 roots.add(new RootData(objectId, RootType.MONITOR)); in parseInternal() 341 roots.add(new RootData(objectId, RootType.THREAD)); in parseInternal() 526 roots.add(new RootData(objectId, RootType.FINALIZING)); in parseInternal() 532 roots.add(new RootData(objectId, RootType.DEBUGGER)); in parseInternal() 559 roots.add(new RootData(objectId, RootType.UNKNOWN)); in parseInternal() 680 public RootType type; [all …]
|
H A D | AhatInstance.java | 236 void addRootType(RootType type) { in addRootType() 246 public Collection<RootType> getRootTypes() { in getRootTypes() 251 List<RootType> types = new ArrayList<RootType>(); in getRootTypes() 252 for (RootType type : RootType.values()) { in getRootTypes()
|
H A D | RootType.java | 23 public enum RootType { enum 97 RootType(int mask) { in RootType() method in RootType
|
/aosp12/art/tools/ahat/etc/ |
H A D | ahat_api.txt | 98 method public Collection<RootType> getRootTypes(); 209 public enum RootType { 210 enum_constant public static final com.android.ahat.heapdump.RootType DEBUGGER; 211 enum_constant public static final com.android.ahat.heapdump.RootType FINALIZING; 213 enum_constant public static final com.android.ahat.heapdump.RootType JAVA_FRAME; 214 enum_constant public static final com.android.ahat.heapdump.RootType JNI_GLOBAL; 215 enum_constant public static final com.android.ahat.heapdump.RootType JNI_LOCAL; 216 enum_constant public static final com.android.ahat.heapdump.RootType JNI_MONITOR; 217 enum_constant public static final com.android.ahat.heapdump.RootType MONITOR; 220 enum_constant public static final com.android.ahat.heapdump.RootType THREAD; [all …]
|
/aosp12/art/runtime/ |
H A D | gc_root.h | 40 enum RootType { enum 57 std::ostream& operator<<(std::ostream& os, RootType root_type); 63 explicit RootInfo(RootType type, uint32_t thread_id = 0) 69 RootType GetType() const { in GetType() 81 const RootType type_;
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_heap.cc | 986 case art::RootType::kRootJNIGlobal: in GetReferenceKind() 989 case art::RootType::kRootJNILocal: in GetReferenceKind() 1021 case art::RootType::kRootJavaFrame: in GetReferenceKind() 1055 case art::RootType::kRootNativeStack: in GetReferenceKind() 1056 case art::RootType::kRootThreadBlock: in GetReferenceKind() 1060 case art::RootType::kRootStickyClass: in GetReferenceKind() 1066 case art::RootType::kRootJNIMonitor: in GetReferenceKind() 1069 case art::RootType::kRootFinalizing: in GetReferenceKind() 1070 case art::RootType::kRootDebugger: in GetReferenceKind() 1072 case art::RootType::kRootVMInternal: in GetReferenceKind() [all …]
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/ |
H A D | ObjectHandler.java | 29 import com.android.ahat.heapdump.RootType; 81 Collection<RootType> rootTypes = inst.getRootTypes(); in handle() 85 for (RootType type : rootTypes) { in handle()
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 372 std::map<art::RootType, std::vector<art::mirror::Object*>>* root_objects) in RootFinder() argument 382 std::map<art::RootType, std::vector<art::mirror::Object*>>* root_objects_; 385 perfetto::protos::pbzero::HeapGraphRoot::Type ToProtoType(art::RootType art_type) { in ToProtoType() 628 std::map<art::RootType, std::vector<art::mirror::Object*>> root_objects; in DumpPerfetto() 634 const art::RootType root_type = p.first; in DumpPerfetto()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
H A D | RootInfo.java | 78 public @interface RootType {} annotation in RootInfo 106 public @RootType int derivedType;
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 628 if (info.GetType() == art::RootType::kRootJavaFrame) { in VisitRoots() 641 CHECK_NE(info.GetType(), art::RootType::kRootJavaFrame); in VisitRoots()
|
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 7080 Landroid/icu/util/UResourceBundle$RootType;->ICU:Landroid/icu/util/UResourceBundle$RootType; 7081 Landroid/icu/util/UResourceBundle$RootType;->JAVA:Landroid/icu/util/UResourceBundle$RootType; 7082 Landroid/icu/util/UResourceBundle$RootType;->MISSING:Landroid/icu/util/UResourceBundle$RootType; 7083 Landroid/icu/util/UResourceBundle$RootType;->valueOf(Ljava/lang/String;)Landroid/icu/util/UResource… 7084 Landroid/icu/util/UResourceBundle$RootType;->values()[Landroid/icu/util/UResourceBundle$RootType; 7108 …->getRootType(Ljava/lang/String;Ljava/lang/ClassLoader;)Landroid/icu/util/UResourceBundle$RootType; 7127 …/util/UResourceBundle;->setRootType(Ljava/lang/String;Landroid/icu/util/UResourceBundle$RootType;)V
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 4264 android.icu.util.UResourceBundle$RootType
|
H A D | boot-image-profile.txt | 10615 …a/lang/String;Ljava/lang/ClassLoader;)Landroid/icu/util/UResourceBundle$RootType;+]Ljava/util/Map;… 10618 …ResourceBundle;+]Landroid/icu/util/UResourceBundle$RootType;Landroid/icu/util/UResourceBundle$Root… 27385 Landroid/icu/util/UResourceBundle$RootType; 36547 [Landroid/icu/util/UResourceBundle$RootType;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 4262 android.icu.util.UResourceBundle$RootType
|
H A D | boot-image-profile.txt | 10610 …a/lang/String;Ljava/lang/ClassLoader;)Landroid/icu/util/UResourceBundle$RootType;+]Ljava/util/Map;… 10613 …ResourceBundle;+]Landroid/icu/util/UResourceBundle$RootType;Landroid/icu/util/UResourceBundle$Root… 37022 Landroid/icu/util/UResourceBundle$RootType; 48726 [Landroid/icu/util/UResourceBundle$RootType;
|