Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h125 inline ArtMethod* FindMethodFromCode(uint32_t method_idx,
Dentrypoint_utils-inl.h433 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, in FindMethodFromCode() function
585 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
/art/runtime/interpreter/
Dinterpreter_common.h139 ArtMethod* const called_method = FindMethodFromCode<type, false>( in DoFastInvoke()
182 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2536 method = FindMethodFromCode<type, access_check>(method_idx, in artInvokeCommon()