Searched refs:FindMethodFromCode (Results 1 – 3 of 3) sorted by relevance
138 inline ArtMethod* FindMethodFromCode(uint32_t method_idx,
568 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, in FindMethodFromCode() function595 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
2542 method = FindMethodFromCode<type, access_check>(method_idx, in artInvokeCommon()