Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6354 ArtMethod* local_method = klass_->GetVirtualMethodDuringLinking( in Add() local
6356 const char* name = local_method->GetInterfaceMethodIfProxy(image_pointer_size_)->GetName(); in Add()
6609 ArtMethod* local_method = klass->GetVirtualMethodDuringLinking(i, image_pointer_size_); in LinkVirtualMethods() local
6610 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods()
6612 local_method == vtable->GetElementPtrSize<ArtMethod*>(method_idx, image_pointer_size_)) { in LinkVirtualMethods()
6615 vtable->SetElementPtrSize(actual_count, local_method, image_pointer_size_); in LinkVirtualMethods()
6616 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()