Searched refs:FindMethodFromCode (Results 1 – 4 of 4) sorted by relevance
125 inline ArtMethod* FindMethodFromCode(uint32_t method_idx,
433 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, in FindMethodFromCode() function585 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
139 ArtMethod* const called_method = FindMethodFromCode<type, false>( in DoFastInvoke()182 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke()
2536 method = FindMethodFromCode<type, access_check>(method_idx, in artInvokeCommon()