Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2293 static TwoWordReturn artInvokeCommon(uint32_t method_idx, in artInvokeCommon() function
2337 TwoWordReturn artInvokeCommon<type, access_check>( \
2356 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2362 return artInvokeCommon<kDirect, true>(method_idx, this_object, self, sp); in artInvokeDirectTrampolineWithAccessCheck()
2372 return artInvokeCommon<kStatic, true>(method_idx, nullptr, self, sp); in artInvokeStaticTrampolineWithAccessCheck()
2378 return artInvokeCommon<kSuper, true>(method_idx, this_object, self, sp); in artInvokeSuperTrampolineWithAccessCheck()
2384 return artInvokeCommon<kVirtual, true>(method_idx, this_object, self, sp); in artInvokeVirtualTrampolineWithAccessCheck()