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

/art/runtime/
H A Dhandle_scope-inl.h29 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) function in class:art::StackHandleScope
32 static_assert(kNumReferences >= 1, "StackHandleScope must contain at least 1 reference");
42 inline StackHandleScope<kNumReferences>::~StackHandleScope() {
90 inline MutableHandle<T> StackHandleScope<kNumReferences>::NewHandle(T* object) {
98 inline HandleWrapper<T> StackHandleScope<kNumReferences>::NewHandleWrapper(T** object) {
106 inline void StackHandleScope<kNumReferences>::SetReference(size_t i, mirror::Object* object) {
H A Dclass_linker.h58 template<size_t kNumReferences> class PACKED(4) StackHandleScope; member in namespace:art
/art/runtime/mirror/
H A Dclass.h47 template<size_t kNumReferences> class PACKED(4) StackHandleScope; member in namespace:art

Completed in 64 milliseconds