HomeSort by relevance Sort by last modified time
    Searched refs:string_ids_off_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_file_test.cc 97 EXPECT_EQ(112U, header.string_ids_off_);
dex_file_verifier.cc 231 ((header_->string_ids_off_ != 0) || (header_->string_ids_size_ != 0))) {
    [all...]
dex_file.h 74 uint32_t string_ids_off_; // file offset of StringIds array member in struct:art::DexFile::Header
    [all...]
dex_file.cc 291 string_ids_ = reinterpret_cast<const StringId*>(b + h->string_ids_off_);
    [all...]

Completed in 423 milliseconds