Home
last modified time | relevance | path

Searched refs:StackReflectiveHandleScope (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dreflective_handle_scope-inl.h29 StackReflectiveHandleScope<kNumFields, kNumMethods>::StackReflectiveHandleScope(Thread* self) : fie… in StackReflectiveHandleScope() function
35 void StackReflectiveHandleScope<kNumFields, kNumMethods>::VisitTargets( in VisitTargets()
52 StackReflectiveHandleScope<kNumFields, kNumMethods>::~StackReflectiveHandleScope() { in ~StackReflectiveHandleScope()
Dreflective_handle_scope.h93 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>;
Dreflective_handle.h75 friend class StackReflectiveHandleScope; variable
104 friend class StackReflectiveHandleScope; variable
/art/test/1985-structural-redefine-stack-scope/
Dinfo.txt1 Tests StackReflectiveHandleScope.
/art/test/1986-structural-redefine-multi-thread-stack-scope/
Dinfo.txt1 Tests StackReflectiveHandleScope works when there are several all in different threads.
/art/test/1987-structural-redefine-recursive-stack-scope/
Dinfo.txt1 Tests StackReflectiveHandleScope works when there are several all in different recursive frames.
/art/openjdkjvmti/
Devents.cc814 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()
/art/runtime/jni/
Djni_id_manager.cc308 StackReflectiveHandleScope<counts.first, counts.second> hs(self); in EncodeGenericId()