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

/art/runtime/
H A Dgc_root.h29 enum RootType { enum in namespace:art
44 std::ostream& operator<<(std::ostream& os, const RootType& root_type);
49 explicit RootInfo(RootType type, uint32_t thread_id = 0)
54 RootType GetType() const {
65 const RootType type_;

Completed in 48 milliseconds