Searched refs:RootType (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dgc_root.h39 enum RootType { enum in namespace:art
56 std::ostream& operator<<(std::ostream& os, const RootType& root_type);
62 explicit RootInfo(RootType type, uint32_t thread_id = 0)
68 RootType GetType() const {
80 const RootType type_;
/art/runtime/openjdkjvmti/
H A Dti_heap.cc938 case art::RootType::kRootJNIGlobal:
941 case art::RootType::kRootJNILocal:
971 case art::RootType::kRootJavaFrame:
1003 case art::RootType::kRootNativeStack:
1004 case art::RootType::kRootThreadBlock:
1005 case art::RootType::kRootThreadObject:
1008 case art::RootType::kRootStickyClass:
1009 case art::RootType::kRootInternedString:
1013 case art::RootType::kRootMonitorUsed:
1014 case art::RootType
[all...]

Completed in 88 milliseconds