Home
last modified time | relevance | path

Searched defs:StackHandleScope (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dhandle.h132 template<size_t kNumReferences> friend class StackHandleScope; variable
182 template<size_t kNumReferences> friend class StackHandleScope; variable
Dhandle_scope.h215 template<size_t kNumRefs> friend class StackHandleScope; variable
Dhandle_scope-inl.h47 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, in StackHandleScope() function