Lines Matching full:access_check
2041 template<InvokeType type, bool access_check>
2047 ArtMethod* method = FindMethodFast(method_idx, this_object, caller_method, access_check, type);
2057 method = FindMethodFromCode<type, access_check>(method_idx, &this_object, caller_method,
2080 #define EXPLICIT_INVOKE_COMMON_TEMPLATE_DECL(type, access_check) \
2082 TwoWordReturn artInvokeCommon<type, access_check>( \