Searched refs:FindMethodFast (Results 1 – 3 of 3) sorted by relevance
154 inline ArtMethod* FindMethodFast(uint32_t method_idx,
653 inline ArtMethod* FindMethodFast(uint32_t method_idx, in FindMethodFast() function
2532 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method); in artInvokeCommon()