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

/art/runtime/mirror/
H A Dclass.cc813 void Class::PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope) { argument
816 mirror::Object* obj = imt_handle_scope->GetReference(i);
840 StackHandleScope<mirror::Class::kImtSize>* imt_handle_scope)
842 copy_bytes_(copy_bytes), imt_handle_scope_(imt_handle_scope) {
865 StackHandleScope<kImtSize>* imt_handle_scope) {
873 CopyClassVisitor visitor(self, &h_this, new_length, sizeof(Class), imt_handle_scope);
838 CopyClassVisitor(Thread* self, Handle<mirror::Class>* orig, size_t new_length, size_t copy_bytes, StackHandleScope<mirror::Class::kImtSize>* imt_handle_scope) argument
864 CopyOf(Thread* self, int32_t new_length, StackHandleScope<kImtSize>* imt_handle_scope) argument

Completed in 81 milliseconds