Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.cc6405 ArtMethod* local_method = klass_->GetVirtualMethodDuringLinking( in Add() local
6407 const char* name = local_method->GetInterfaceMethodIfProxy(image_pointer_size_)->GetName(); in Add()
6662 ArtMethod* local_method = klass->GetVirtualMethodDuringLinking(i, image_pointer_size_); in LinkVirtualMethods() local
6663 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods()
6665 local_method == vtable->GetElementPtrSize<ArtMethod*>(method_idx, image_pointer_size_)) { in LinkVirtualMethods()
6668 vtable->SetElementPtrSize(actual_count, local_method, image_pointer_size_); in LinkVirtualMethods()
6669 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()