Searched refs:artInvokeCommon (Results 1 - 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 2261 static TwoWordReturn artInvokeCommon(uint32_t method_idx, function in namespace:art 2302 // Explicit artInvokeCommon template function declarations to please analysis tool. 2305 TwoWordReturn artInvokeCommon<type, access_check>( \ 2324 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp); 2330 return artInvokeCommon<kDirect, true>(method_idx, this_object, self, sp); 2340 return artInvokeCommon<kStatic, true>(method_idx, nullptr, self, sp); 2346 return artInvokeCommon<kSuper, true>(method_idx, this_object, self, sp); 2352 return artInvokeCommon<kVirtual, true>(method_idx, this_object, self, sp);
|
Completed in 9 milliseconds