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