Searched refs:BaseReflectiveHandleScope (Results 1 – 8 of 8) sorted by relevance
41 class BaseReflectiveHandleScope; variable51 class BaseReflectiveHandleScope {59 ALWAYS_INLINE virtual ~BaseReflectiveHandleScope() { in ~BaseReflectiveHandleScope()66 BaseReflectiveHandleScope* GetLink() { in GetLink()77 ALWAYS_INLINE BaseReflectiveHandleScope() : self_(nullptr), link_(nullptr) {} in BaseReflectiveHandleScope() function85 BaseReflectiveHandleScope* link_;88 DISALLOW_COPY_AND_ASSIGN(BaseReflectiveHandleScope);90 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs);93 class StackReflectiveHandleScope : public BaseReflectiveHandleScope {
26 void BaseReflectiveHandleScope::Describe(std::ostream& os) const { in Describe()30 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs) { in operator <<()
56 void BaseReflectiveHandleScope::PushScope(Thread* self) { in PushScope()63 void BaseReflectiveHandleScope::PopScope() { in PopScope()
42 class BaseReflectiveHandleScope; variable128 explicit ReflectiveHandleScopeSourceInfo(BaseReflectiveHandleScope* source) in ReflectiveHandleScopeSourceInfo()134 BaseReflectiveHandleScope* source_;
73 friend class BaseReflectiveHandleScope;102 friend class BaseReflectiveHandleScope;
920 BaseReflectiveHandleScope* GetTopReflectiveHandleScope() { in GetTopReflectiveHandleScope()924 void PushReflectiveHandleScope(BaseReflectiveHandleScope* scope) { in PushReflectiveHandleScope()930 BaseReflectiveHandleScope* PopReflectiveHandleScope() { in PopReflectiveHandleScope()931 BaseReflectiveHandleScope* handle_scope = tlsPtr_.top_reflective_handle_scope; in PopReflectiveHandleScope()1835 BaseReflectiveHandleScope* top_reflective_handle_scope; in PACKED()
3985 for (BaseReflectiveHandleScope* brhs = GetTopReflectiveHandleScope(); in VisitReflectiveTargets()
564 class JniIdDeferStackReflectiveScope : public BaseReflectiveHandleScope {567 : BaseReflectiveHandleScope(), methods_(), fields_() { in REQUIRES_SHARED()