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

  /art/dexlayout/
dex_ir_builder.cc 71 collections.SetMethodIdsOffset(disk_header.method_ids_off_);
compact_dex_writer.cc 296 header.method_ids_off_ = collections.MethodIdsOffset();
dex_writer.cc 775 header.method_ids_off_ = collections.MethodIdsOffset();
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 123 (reinterpret_cast<const DexFile::MethodId*>(begin + header->method_ids_off_) +
427 CheckValidOffsetAndSize(header_->method_ids_off_,
542 ((header_->method_ids_off_ != 0) || (header_->method_ids_size_ != 0)))) {
687 (reinterpret_cast<const DexFile::MethodId*>(begin_ + header_->method_ids_off_) + idx)->
    [all...]
dex_file_loader_test.cc 295 EXPECT_EQ(232U, header.method_ids_off_);
test_dex_file_builder.h 155 header->method_ids_off_ = methods_.empty() ? 0u : method_ids_offset;
dex_file.cc 115 method_ids_(reinterpret_cast<const MethodId*>(base + header_->method_ids_off_)),
dex_file.h 103 uint32_t method_ids_off_ = 0; // file offset of MethodIds array member in struct:art::DexFile::Header
    [all...]
dex_file_verifier_test.cc     [all...]
  /art/dexdump/
dexdump.cc 585 pHeader.method_ids_off_, pHeader.method_ids_off_);
    [all...]

Completed in 2127 milliseconds