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

/art/runtime/
H A Dgc_root.h36 enum RootType { enum in namespace:art
51 std::ostream& operator<<(std::ostream& os, const RootType& root_type);
57 explicit RootInfo(RootType type, uint32_t thread_id = 0)
63 RootType GetType() const {
75 const RootType type_;

Completed in 3 milliseconds