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

  /art/runtime/entrypoints/
entrypoint_utils.cc 184 this_object->GetClass()->FindVirtualMethodForInterface(resolved_method);
236 this_object->GetClass()->FindVirtualMethodForInterface(resolved_method);
356 proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface(interface_method);
381 rcvr->GetClass()->FindVirtualMethodForInterface(interface_method);
entrypoint_utils.h 219 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method);
  /art/runtime/mirror/
class-inl.h 211 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method) const {
245 return FindVirtualMethodForInterface(method);
class.h 560 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method) const
    [all...]
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 36 method = this_object->GetClass()->FindVirtualMethodForInterface(interface_method);
quick_trampoline_entrypoints.cc 538 called = receiver->GetClass()->FindVirtualMethodForInterface(called);
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 382 called = receiver->GetClass()->FindVirtualMethodForInterface(called);
  /art/runtime/
class_linker_test.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 373 milliseconds