Home
last modified time | relevance | path

Searched refs:FindMethodFast (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h156 inline ArtMethod* FindMethodFast(uint32_t method_idx,
Dentrypoint_utils-inl.h646 inline ArtMethod* FindMethodFast(uint32_t method_idx, in FindMethodFast() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2201 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method); in artInvokeCommon()