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

/art/runtime/
H A Dgc_root.h38 enum RootType { enum in namespace:art
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 {
79 const RootType type_;

Completed in 44 milliseconds