Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2267 static TwoWordReturn artInvokeCommon(uint32_t method_idx, in artInvokeCommon() function
2311 TwoWordReturn artInvokeCommon<type, access_check>( \
2330 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2336 return artInvokeCommon<kDirect, true>(method_idx, this_object, self, sp); in artInvokeDirectTrampolineWithAccessCheck()
2346 return artInvokeCommon<kStatic, true>(method_idx, nullptr, self, sp); in artInvokeStaticTrampolineWithAccessCheck()
2352 return artInvokeCommon<kSuper, true>(method_idx, this_object, self, sp); in artInvokeSuperTrampolineWithAccessCheck()
2358 return artInvokeCommon<kVirtual, true>(method_idx, this_object, self, sp); in artInvokeVirtualTrampolineWithAccessCheck()