Searched defs:artInvokeCommon (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1773 static TwoWordReturn artInvokeCommon(uint32_t method_idx, mirror::Object* this_object,
1778 static TwoWordReturn artInvokeCommon(uint32_t method_idx, mirror::Object* this_object, function in namespace:art
1815 // Explicit artInvokeCommon template function declarations to please analysis tool.
1818 TwoWordReturn artInvokeCommon<type, access_check>(uint32_t method_idx, \
1842 return artInvokeCommon<kInterface, true>(method_idx, this_object,
1851 return artInvokeCommon<kDirect, true>(method_idx, this_object, caller_method,
1860 return artInvokeCommon<kStatic, true>(method_idx, this_object, caller_method,
1869 return artInvokeCommon<kSuper, true>(method_idx, this_object, caller_method,
1878 return artInvokeCommon<kVirtual, true>(method_idx, this_object, caller_method,

Completed in 7 milliseconds