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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 542 ArtMethod* method = klass->FindVirtualMethodForInterface(
551 ArtMethod* interface_method = klass->FindVirtualMethodForInterface(
671 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method,
    [all...]
entrypoint_utils.cc 134 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface(
  /art/runtime/mirror/
class-inl.h 595 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method,
636 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 249 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface(
    [all...]

Completed in 139 milliseconds