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

  /art/compiler/dex/
verified_method.cc 183 concrete_method = reg_type.GetClass()->FindVirtualMethodForInterface(
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 569 ArtMethod* method = klass->FindVirtualMethodForInterface(
577 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface(
691 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method, sizeof(void*));
    [all...]
entrypoint_utils.cc 210 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface(
  /art/compiler/optimizing/
inliner.cc 156 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface(
384 resolved_method = ic.GetMonomorphicType()->FindVirtualMethodForInterface(
485 method = ic.GetTypeAt(i)->FindVirtualMethodForInterface(
    [all...]
  /art/runtime/mirror/
class-inl.h 456 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, size_t pointer_size) {
491 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...]

Completed in 344 milliseconds