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

  /art/runtime/entrypoints/
entrypoint_utils.cc 131 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface(
entrypoint_utils-inl.h 557 ArtMethod* method = klass->FindVirtualMethodForInterface(
566 ArtMethod* interface_method = klass->FindVirtualMethodForInterface(
674 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method,
    [all...]
  /art/runtime/mirror/
class-inl.h 580 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method,
621 return FindVirtualMethodForInterface(method, pointer_size);
    [all...]
class.h     [all...]
  /art/runtime/
class_linker_test.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/optimizing/
inliner.cc 234 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface(
801 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size);
    [all...]

Completed in 163 milliseconds