Home
last modified time | relevance | path

Searched refs:imt_handle_scope_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dclass.cc842 copy_bytes_(copy_bytes), imt_handle_scope_(imt_handle_scope) { in CopyClassVisitor()
851 new_class_obj->PopulateEmbeddedImtAndVTable(imt_handle_scope_); in operator ()()
860 StackHandleScope<mirror::Class::kImtSize>* const imt_handle_scope_; member in art::mirror::CopyClassVisitor