HomeSort by relevance Sort by last modified time
    Searched defs:StackHandleScope (Results 1 - 3 of 3) sorted by null

  /art/runtime/
handle_scope-inl.h 30 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value)
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) {
class_linker.h 63 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
    [all...]
  /art/runtime/mirror/
class.h 47 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
    [all...]

Completed in 2617 milliseconds