Lines Matching refs:method_index
3254 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags() argument
3266 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3288 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3302 method_index, in CheckMethodAccessFlags()
3303 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3313 method_index, in CheckMethodAccessFlags()
3314 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3331 method_index, in CheckMethodAccessFlags()
3332 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3349 method_index, in CheckMethodAccessFlags()
3350 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3367 method_index, in CheckMethodAccessFlags()
3368 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3374 method_index, in CheckMethodAccessFlags()
3375 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3390 method_index, in CheckMethodAccessFlags()
3391 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3397 LOG(WARNING) << "Method " << GetMethodDescriptionOrError(begin_, header_, method_index) in CheckMethodAccessFlags()
3408 method_index, in CheckMethodAccessFlags()
3409 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3428 method_index, in CheckMethodAccessFlags()
3429 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3439 method_index, in CheckMethodAccessFlags()
3440 GetMethodDescriptionOrError(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3450 uint32_t method_index, in CheckConstructorProperties() argument
3456 const dex::MethodId* const method_id = CheckLoadMethodId(method_index, in CheckConstructorProperties()
3481 method_index, in CheckConstructorProperties()
3482 GetMethodDescriptionOrError(begin_, header_, method_index).c_str()); in CheckConstructorProperties()