Home | History | Annotate | Download | only in runtime

Lines Matching refs:name_idx_

3440   const char* method_name = dex_file.StringDataByIdx(method_id.name_idx_);
5736 name_ = dex_file_->StringDataAndUtf16LengthByIdx(mid_->name_idx_, &name_len_);
5747 return mid_->name_idx_ == other_mid.name_idx_ && mid_->proto_idx_ == other_mid.proto_idx_;
5751 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_,
8058 const char* name = dex_file.StringDataByIdx(method_id.name_idx_);