Home
last modified time | relevance | path

Searched refs:FindMethodFromCode (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.h147 inline ArtMethod* FindMethodFromCode(uint32_t method_idx,
Dentrypoint_utils-inl.h629 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, in FindMethodFromCode() function
656 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2281 method = FindMethodFromCode<type, /*access_check=*/true>( in artInvokeCommon()