Searched defs:root_type (Results 1 – 4 of 4) sorted by relevance
20 std::ostream &operator<<(std::ostream &os, RootType root_type) in operator <<()
72 void GCAdaptiveStack::PushToStack(RootType root_type, const ObjectHeader *object) in PushToStack()
86 inline void ValidateObject([[maybe_unused]] RootType root_type, [[maybe_unused]] const ObjectHeader… in ValidateObject()
570 auto root_type = is_dynamic ? VRegInfo::Type::ANY : VRegInfo::Type::OBJECT; in EnumerateRoots() local