Home | History | Annotate | Download | only in quick

Lines Matching full:access_check

2331 template <InvokeType type, bool access_check>
2339 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method);
2349 method = FindMethodFromCode<type, access_check>(method_idx,
2374 #define EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(type, access_check) \
2376 TwoWordReturn artInvokeCommon<type, access_check>( \