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

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 543 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper(
    [all...]
  /art/runtime/
method_handles.cc 706 return referrer_class->FindVirtualMethodForInterfaceSuper(target_method, kRuntimePointerSize);
    [all...]
  /art/runtime/mirror/
class.cc 696 ArtMethod* Class::FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size) {
    [all...]
class.h     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 763 actual_method = referenced_class->FindVirtualMethodForInterfaceSuper(
    [all...]

Completed in 207 milliseconds