Searched refs:FindMethodFromCode (Results 1 – 5 of 5) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 32 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, &caller_method, in FindMethodHelper()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 140 static inline mirror::ArtMethod* FindMethodFromCode(uint32_t method_idx,
|
D | entrypoint_utils-inl.h | 353 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/ |
D | interpreter_common.h | 112 ArtMethod* const method = FindMethodFromCode<type, do_access_check>( in DoInvoke()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1793 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()
|