Home
last modified time | relevance | path

Searched defs:GetVirtualMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h252 inline ArtMethod* Class::GetVirtualMethod(size_t i, PointerSize pointer_size) { in GetVirtualMethod() function
/art/profman/
Dprofile_assistant_test.cc287 ArtMethod* GetVirtualMethod(jobject class_loader, in GetVirtualMethod() function in art::ProfileAssistantTest