Home
last modified time | relevance | path

Searched refs:FindMethodToCall (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h425 ALWAYS_INLINE ArtMethod* FindMethodToCall(uint32_t method_idx, in FindMethodToCall() function
582 return FindMethodToCall<type, access_check>( in FindMethodFromCode()
/art/runtime/interpreter/
Dinterpreter_common.h287 called_method = FindMethodToCall<type, do_access_check>( in DoInvoke()