Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h152 inline ArtMethod* FindMethodFast(
Dentrypoint_utils-inl.h664 inline ArtMethod* FindMethodFast(uint32_t method_idx, mirror::Object* this_object, in FindMethodFast() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2047 ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check, type); in artInvokeCommon()