Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc813 void Class::PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope) { in PopulateEmbeddedImtAndVTable()
840 StackHandleScope<mirror::Class::kImtSize>* imt_handle_scope) in CopyClassVisitor()
865 StackHandleScope<kImtSize>* imt_handle_scope) { in CopyOf()
/art/runtime/
Dclass_linker.cc4446 StackHandleScope<mirror::Class::kImtSize> imt_handle_scope( in LinkClass() local