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

/art/runtime/
H A Dhandle_scope-inl.h30 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) function in class:art::StackHandleScope
36 static_assert(kNumReferences >= 1, "StackHandleScope must contain at least 1 reference");
46 inline StackHandleScope<kNumReferences>::~StackHandleScope() {
103 inline MutableHandle<T> StackHandleScope<kNumReferences>::NewHandle(T* object) {
111 inline HandleWrapper<T> StackHandleScope<kNumReferences>::NewHandleWrapper(T** object) {
119 inline void StackHandleScope<kNumReferences>::SetReference(size_t i, mirror::Object* object) {
H A Dclass_linker.h63 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 123 milliseconds