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

/art/runtime/entrypoints/
H A Dentrypoint_utils.h142 inline ArtMethod* FindMethodFromCode(
H A Dentrypoint_utils-inl.h437 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, mirror::Object** this_object, function in namespace:art
592 // Explicit template declarations of FindMethodFromCode for all invoke types.
595 ArtMethod* FindMethodFromCode<_type, _access_check>(uint32_t method_idx, \
/art/runtime/interpreter/
H A Dinterpreter_common.h229 ArtMethod* const called_method = FindMethodFromCode<kStatic, do_access_check>(
634 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>(
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2053 // Remember the args in case a GC happens in FindMethodFromCode.
2057 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, caller_method,
2206 // Remember the args in case a GC happens in FindMethodFromCode.
2210 method = FindMethodFromCode<kInterface, false>(dex_method_idx, &this_object, caller_method,

Completed in 144 milliseconds