Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc32 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method, in FindMethodHelper()
/art/runtime/entrypoints/
Dentrypoint_utils.h140 static inline mirror::ArtMethod* FindMethodFromCode(uint32_t method_idx,
Dentrypoint_utils-inl.h353 static inline mirror::ArtMethod* FindMethodFromCode(uint32_t method_idx, in FindMethodFromCode() function
461 mirror::ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
/art/runtime/interpreter/
Dinterpreter_common.h112 ArtMethod* const method = FindMethodFromCode<type, do_access_check>( in DoInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1793 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method, in artInvokeCommon()
1933 method = FindMethodFromCode<kInterface, false>(dex_method_idx, &this_object, &caller_method, in artInvokeInterfaceTrampoline()