Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc813 void Class::PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope) { in PopulateEmbeddedImtAndVTable() function in art::mirror::Class
851 new_class_obj->PopulateEmbeddedImtAndVTable(imt_handle_scope_); in operator ()()
Dclass.h732 void PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope)
/art/runtime/
Dclass_linker.cc3186 new_class->PopulateEmbeddedImtAndVTable(&hs); in CreateArrayClass()
4468 klass->PopulateEmbeddedImtAndVTable(&imt_handle_scope); in LinkClass()