Home
last modified time | relevance | path

Searched refs:brhs (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dreflective_handle_scope.cc30 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs) { in operator <<() argument
31 brhs.Describe(os); in operator <<()
H A Dreflective_handle_scope.h90 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs);
H A Dthread.cc4120 for (BaseReflectiveHandleScope* brhs = GetTopReflectiveHandleScope(); in VisitReflectiveTargets() local
4121 brhs != nullptr; in VisitReflectiveTargets()
4122 brhs = brhs->GetLink()) { in VisitReflectiveTargets()
4123 brhs->VisitTargets(visitor); in VisitReflectiveTargets()