Lines Matching refs:method_index

359   bool CheckMethodAccessFlags(uint32_t method_index,
368 bool CheckConstructorProperties(uint32_t method_index, uint32_t constructor_flags);
3456 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags() argument
3468 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3490 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3504 method_index, in CheckMethodAccessFlags()
3505 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3515 method_index, in CheckMethodAccessFlags()
3516 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3533 method_index, in CheckMethodAccessFlags()
3534 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3551 method_index, in CheckMethodAccessFlags()
3552 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3569 method_index, in CheckMethodAccessFlags()
3570 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3576 method_index, in CheckMethodAccessFlags()
3577 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3592 method_index, in CheckMethodAccessFlags()
3593 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3599 LOG(WARNING) << "Method " << GetMethodDescription(begin_, header_, method_index) in CheckMethodAccessFlags()
3610 method_index, in CheckMethodAccessFlags()
3611 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3630 method_index, in CheckMethodAccessFlags()
3631 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3641 method_index, in CheckMethodAccessFlags()
3642 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3652 uint32_t method_index, in CheckConstructorProperties() argument
3659 CHECK_LT(method_index, header_->method_ids_size_); in CheckConstructorProperties()
3660 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties()
3673 method_index, in CheckConstructorProperties()
3674 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckConstructorProperties()