Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5245 mirror::ArtMethod* vtable_method = input_array->GetWithoutChecks(k); in LinkInterfaceMethods() local
5247 vtable_method->GetInterfaceMethodIfProxy(); in LinkInterfaceMethods()
5250 if (!vtable_method->IsAbstract() && !vtable_method->IsPublic()) { in LinkInterfaceMethods()
5254 PrettyMethod(vtable_method).c_str(), in LinkInterfaceMethods()
5258 method_array->SetWithoutChecks<false>(j, vtable_method); in LinkInterfaceMethods()
5264 out_imt->SetReference(imt_index, vtable_method); in LinkInterfaceMethods()
5272 out_imt->SetReference(imt_index, vtable_method); in LinkInterfaceMethods()