HomeSort by relevance Sort by last modified time
    Searched refs:FindVirtualMethodForInterface (Results 1 - 8 of 8) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.cc 293 proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface(
318 rcvr->GetClass()->FindVirtualMethodForInterface(interface_method);
entrypoint_utils-inl.h 435 mirror::ArtMethod* method = klass->FindVirtualMethodForInterface(resolved_method);
443 (*this_object)->GetClass()->FindVirtualMethodForInterface(resolved_method);
563 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method);
  /art/compiler/dex/
verified_method.cc 244 concrete_method = reg_type.GetClass()->FindVirtualMethodForInterface(abstract_method);
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 389 called = receiver->GetClass()->FindVirtualMethodForInterface(called);
  /art/runtime/mirror/
class-inl.h 346 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method) {
378 return FindVirtualMethodForInterface(method);
class.h 748 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method)
    [all...]
  /art/runtime/
class_linker_test.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 1169 milliseconds