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

/art/runtime/
H A Dhandle_scope-inl.h28 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) function in class:art::StackHandleScope
39 inline StackHandleScope<kNumReferences>::~StackHandleScope() {
H A Dclass_linker.h55 template<size_t kNumReferences> class PACKED(4) StackHandleScope; member in namespace:art
542 StackHandleScope<mirror::Class::kImtSize>* out_imt)
550 StackHandleScope<mirror::Class::kImtSize>* out_imt)
/art/runtime/mirror/
H A Dclass.h74 template<size_t kNumReferences> class PACKED(4) StackHandleScope; member in namespace:art
732 void PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope)
1010 Class* CopyOf(Thread* self, int32_t new_length, StackHandleScope<kImtSize>* imt_handle_scope)

Completed in 482 milliseconds