Searched defs:caller_method (Results 1 – 2 of 2) sorted by relevance
/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 26 mirror::ArtMethod* caller_method, Thread* self) { in FindMethodHelper()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1779 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()
|