Home | History | Annotate | Download | only in quick

Lines Matching refs:access_check

2524 template <InvokeType type, bool access_check>
2532 ArtMethod* method = FindMethodFast<type, access_check>(method_idx, this_object, caller_method);
2542 method = FindMethodFromCode<type, access_check>(method_idx,
2567 #define EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(type, access_check) \
2569 TwoWordReturn artInvokeCommon<type, access_check>( \