Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4475 ArtMethod* local_method = klass_->GetVirtualMethodDuringLinking( in Add() local
4477 const char* name = local_method->GetInterfaceMethodIfProxy(image_pointer_size_)->GetName(); in Add()
4626 ArtMethod* local_method = klass->GetVirtualMethodDuringLinking(i, image_pointer_size_); in LinkVirtualMethods() local
4627 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods()
4629 local_method == vtable->GetElementPtrSize<ArtMethod*>(method_idx, image_pointer_size_)) { in LinkVirtualMethods()
4632 vtable->SetElementPtrSize(actual_count, local_method, image_pointer_size_); in LinkVirtualMethods()
4633 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()