Searched refs:artInvokeCommon (Results 1 – 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2108 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()
|