Searched defs:artInvokeCommon (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2519 static TwoWordReturn artInvokeCommon(uint32_t method_idx, function in namespace:art
2560 // Explicit artInvokeCommon template function declarations to please analysis tool.
2563 TwoWordReturn artInvokeCommon<type, access_check>( \
2582 return artInvokeCommon<kInterface, true>(method_idx, this_object, self, sp);
2588 return artInvokeCommon<kDirect, true>(method_idx, this_object, self, sp);
2598 return artInvokeCommon<kStatic, true>(method_idx, nullptr, self, sp);
2604 return artInvokeCommon<kSuper, true>(method_idx, this_object, self, sp);
2610 return artInvokeCommon<kVirtual, true>(method_idx, this_object, self, sp);

Completed in 46 milliseconds