Searched refs:string_ids_off_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Ddex_file_test.cc182 EXPECT_EQ(112U, header.string_ids_off_);
H A Ddex_file_verifier.cc301 CheckValidOffsetAndSize(header_->string_ids_off_,
405 ((header_->string_ids_off_ != 0) || (header_->string_ids_size_ != 0)))) {
1490 expected_offset = header_->string_ids_off_;
2430 reinterpret_cast<const DexFile::StringId*>(begin + header->string_ids_off_) + string_idx;
2590 (reinterpret_cast<const DexFile::StringId*>(begin + header->string_ids_off_) + string_idx)->
H A Ddex_file.h101 uint32_t string_ids_off_; // file offset of StringIds array member in struct:art::DexFile::Header
H A Ddex_file_verifier_test.cc1421 off_ptr = &header->string_ids_off_;
H A Ddex_file.cc436 string_ids_(reinterpret_cast<const StringId*>(base + header_->string_ids_off_)),
/art/compiler/utils/
H A Dtest_dex_file_builder.h110 header->string_ids_off_ = strings_.empty() ? 0u : string_ids_offset;
/art/dexdump/
H A Ddexdump.cc372 pHeader.string_ids_off_, pHeader.string_ids_off_);

Completed in 86 milliseconds