Home
last modified time | relevance | path

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

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