Lines Matching refs:method_index

359   bool CheckMethodAccessFlags(uint32_t method_index,
368 bool CheckConstructorProperties(uint32_t method_index, uint32_t constructor_flags);
3457 bool DexFileVerifier::CheckMethodAccessFlags(uint32_t method_index, in CheckMethodAccessFlags() argument
3469 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3491 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3505 method_index, in CheckMethodAccessFlags()
3506 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3516 method_index, in CheckMethodAccessFlags()
3517 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3534 method_index, in CheckMethodAccessFlags()
3535 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3552 method_index, in CheckMethodAccessFlags()
3553 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3570 method_index, in CheckMethodAccessFlags()
3571 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3577 method_index, in CheckMethodAccessFlags()
3578 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3593 method_index, in CheckMethodAccessFlags()
3594 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3600 LOG(WARNING) << "Method " << GetMethodDescription(begin_, header_, method_index) in CheckMethodAccessFlags()
3611 method_index, in CheckMethodAccessFlags()
3612 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3631 method_index, in CheckMethodAccessFlags()
3632 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckMethodAccessFlags()
3642 method_index, in CheckMethodAccessFlags()
3643 GetMethodDescription(begin_, header_, method_index).c_str(), in CheckMethodAccessFlags()
3653 uint32_t method_index, in CheckConstructorProperties() argument
3660 CHECK_LT(method_index, header_->method_ids_size_); in CheckConstructorProperties()
3661 const dex::MethodId& method_id = dex_file_->GetMethodId(method_index); in CheckConstructorProperties()
3674 method_index, in CheckConstructorProperties()
3675 GetMethodDescription(begin_, header_, method_index).c_str()); in CheckConstructorProperties()