Home
last modified time | relevance | path

Searched defs:caller_method (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc26 mirror::ArtMethod* caller_method, Thread* self) { in FindMethodHelper()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1779 mirror::ArtMethod* caller_method, in artInvokeCommon()
1839 mirror::ArtMethod* caller_method, Thread* self, in artInvokeInterfaceTrampolineWithAccessCheck()
1848 mirror::ArtMethod* caller_method, Thread* self, in artInvokeDirectTrampolineWithAccessCheck()
1857 mirror::ArtMethod* caller_method, Thread* self, in artInvokeStaticTrampolineWithAccessCheck()
1866 mirror::ArtMethod* caller_method, Thread* self, in artInvokeSuperTrampolineWithAccessCheck()
1875 mirror::ArtMethod* caller_method, Thread* self, in artInvokeVirtualTrampolineWithAccessCheck()
1885 mirror::ArtMethod* caller_method, in artInvokeInterfaceTrampoline()