Searched refs:StackReflectiveHandleScope (Results 1 – 8 of 8) sorted by relevance
29 StackReflectiveHandleScope<kNumFields, kNumMethods>::StackReflectiveHandleScope(Thread* self) : fie… in StackReflectiveHandleScope() function35 void StackReflectiveHandleScope<kNumFields, kNumMethods>::VisitTargets( in VisitTargets()52 StackReflectiveHandleScope<kNumFields, kNumMethods>::~StackReflectiveHandleScope() { in ~StackReflectiveHandleScope()
93 class StackReflectiveHandleScope : public BaseReflectiveHandleScope {99 ALWAYS_INLINE explicit StackReflectiveHandleScope(Thread* self)101 ALWAYS_INLINE ~StackReflectiveHandleScope() REQUIRES_SHARED(Locks::mutator_lock_);200 using StackArtMethodHandleScope = StackReflectiveHandleScope</*kNumFields=*/0, kNumMethods>;203 using StackArtFieldHandleScope = StackReflectiveHandleScope<kNumFields, /*kNumMethods=*/0>;
75 friend class StackReflectiveHandleScope; variable104 friend class StackReflectiveHandleScope; variable
1 Tests StackReflectiveHandleScope.
1 Tests StackReflectiveHandleScope works when there are several all in different threads.
1 Tests StackReflectiveHandleScope works when there are several all in different recursive frames.
814 art::StackReflectiveHandleScope<1, 1> rhs(self); in FieldRead()843 art::StackReflectiveHandleScope<1, 1> rhs(self); in FieldWritten()878 art::StackReflectiveHandleScope<1, 1> rhs(self); in FieldWritten()
308 StackReflectiveHandleScope<counts.first, counts.second> hs(self); in EncodeGenericId()