Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.h146 inline ArtMethod* FindMethodToCall(Thread* self,
Dentrypoint_utils-inl.h515 ArtMethod* FindMethodToCall(Thread* self, in FindMethodToCall() function
/art/runtime/interpreter/
Dinterpreter_common.h175 ArtMethod* called_method = FindMethodToCall<type>( in DoInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2120 ArtMethod* method = FindMethodToCall<type>( in artInvokeCommon()
2137 method = FindMethodToCall<type>(self, in artInvokeCommon()