Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2525 static TwoWordReturn artInvokeCommon(uint32_t method_idx, in artInvokeCommon() function
2569 TwoWordReturn artInvokeCommon<type, access_check>( \
2588 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2594 return artInvokeCommon<kDirect, true>(method_idx, this_object, self, sp); in artInvokeDirectTrampolineWithAccessCheck()
2604 return artInvokeCommon<kStatic, true>(method_idx, nullptr, self, sp); in artInvokeStaticTrampolineWithAccessCheck()
2610 return artInvokeCommon<kSuper, true>(method_idx, this_object, self, sp); in artInvokeSuperTrampolineWithAccessCheck()
2616 return artInvokeCommon<kVirtual, true>(method_idx, this_object, self, sp); in artInvokeVirtualTrampolineWithAccessCheck()