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

  /art/runtime/
reflection.cc 442 return receiver->GetClass()->FindVirtualMethodForVirtualOrInterface(method, kRuntimePointerSize);
622 m = receiver->GetClass()->FindVirtualMethodForVirtualOrInterface(m, kRuntimePointerSize);
    [all...]
class_linker_test.cc     [all...]
method_handles.cc 678 return receiver->GetClass()->FindVirtualMethodForVirtualOrInterface(
    [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
class-inl.h 567 inline ArtMethod* Class::FindVirtualMethodForVirtualOrInterface(ArtMethod* method,
    [all...]
class.h     [all...]

Completed in 719 milliseconds