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 28 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value)
39 inline StackHandleScope<kNumReferences>::~StackHandleScope() {
class_linker.h 55 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
542 StackHandleScope<mirror::Class::kImtSize>* out_imt)
550 StackHandleScope<mirror::Class::kImtSize>* out_imt)
    [all...]
  /art/runtime/mirror/
class.h 74 template<size_t kNumReferences> class PACKED(4) StackHandleScope;
732 void PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope)
    [all...]

Completed in 432 milliseconds