Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2108 static TwoWordReturn artInvokeCommon(uint32_t method_idx, in artInvokeCommon() function
2167 TwoWordReturn artInvokeCommon<type>( \
2181 return artInvokeCommon<kInterface>(method_idx, this_object, self, sp); in artInvokeInterfaceTrampolineWithAccessCheck()
2187 return artInvokeCommon<kDirect>(method_idx, this_object, self, sp); in artInvokeDirectTrampolineWithAccessCheck()
2195 return artInvokeCommon<kStatic>(method_idx, nullptr, self, sp); in artInvokeStaticTrampolineWithAccessCheck()
2201 return artInvokeCommon<kSuper>(method_idx, this_object, self, sp); in artInvokeSuperTrampolineWithAccessCheck()
2207 return artInvokeCommon<kVirtual>(method_idx, this_object, self, sp); in artInvokeVirtualTrampolineWithAccessCheck()