Searched refs:string_ids_size_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc276 CheckValidOffsetAndSize(header_->string_ids_off_, header_->string_ids_size_, "string-ids") &&
357 ((header_->string_ids_off_ != 0) || (header_->string_ids_size_ != 0)))) {
564 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) {
664 if (!CheckIndex(idx, header_->string_ids_size_, "annotation_element name_idx")) {
911 if (!CheckIndex(parameter_name, header_->string_ids_size_, "debug_info_item parameter_name")) {
940 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) {
947 if (!CheckIndex(type_idx, header_->string_ids_size_, "DBG_START_LOCAL type_idx")) {
971 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) {
978 if (!CheckIndex(type_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED type_idx")) {
985 if (!CheckIndex(sig_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDE
[all...]
H A Ddex_file.h85 uint32_t string_ids_size_; // number of StringIds member in struct:art::DexFile::Header
451 return header_->string_ids_size_;
462 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
H A Ddex_file_test.cc177 EXPECT_EQ(15U, header.string_ids_size_);
/art/runtime/verifier/
H A Dmethod_verifier.cc817 if (idx >= dex_file_->GetHeader().string_ids_size_) {
819 << dex_file_->GetHeader().string_ids_size_ << ")";

Completed in 80 milliseconds