Searched refs:FindMethodFast (Results 1 – 3 of 3) sorted by relevance
150 inline ArtMethod* FindMethodFast(
546 inline ArtMethod* FindMethodFast(uint32_t method_idx, mirror::Object* this_object, in FindMethodFast() function
1952 ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check, type); in artInvokeCommon()