Searched refs:file_size_ (Results 1 – 23 of 23) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 116 dex_file->GetHeader().file_size_); in WriteElf() 288 ASSERT_EQ(dex_file_data->GetHeader().file_size_, opened_dex_file->GetHeader().file_size_); in CheckOatWriteResult() 291 dex_file_data->GetHeader().file_size_)); in CheckOatWriteResult() 607 dex_file1_data->GetHeader().file_size_); in TestDexFileInput() 624 dex_file2_data->GetHeader().file_size_); in TestDexFileInput() 731 dex_file1_data->GetHeader().file_size_); in TestZipFileInput() 737 dex_file1_data->GetHeader().file_size_); in TestZipFileInput() 749 dex_file2_data->GetHeader().file_size_); in TestZipFileInput() 755 dex_file2_data->GetHeader().file_size_); in TestZipFileInput() 794 ASSERT_EQ(dex_file1_data->GetHeader().file_size_, opened_dex_file1->GetHeader().file_size_); in TestZipFileInput() [all …]
|
D | oat_writer.cc | 492 if (header->file_size_ < sizeof(DexFile::Header)) { in ValidateDexFileHeader() 557 header->file_size_); in AddDexFileSource() 621 header->file_size_); in AddVdexDexFilesSource() 651 if (data.size() < header->file_size_) { in AddRawDexFileSource() 653 << " file size from header: " << header->file_size_ << " File: " << location; in AddRawDexFileSource() 662 header->file_size_); in AddRawDexFileSource() 3411 header->file_size_, in LayoutDexFile() 3440 oat_dex_file->dex_file_size_ = header->file_size_; in LayoutDexFile() 3491 DCHECK_EQ(oat_dex_file->dex_file_size_, AsUnalignedDexFileHeader(dex_file)->file_size_); in WriteDexFile() 3569 CHECK_EQ(header->file_size_, oat_dex_file.dex_file_size_) in OpenDexFiles() [all …]
|
D | image_test.h | 251 dex_file->GetHeader().file_size_); in DoCompile()
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 40 uint32_t header_file_size = header->file_size_; in VerifyClassData()
|
/art/libdexfile/external/ |
D | dex_file_ext.cc | 201 uint32_t file_size = header->file_size_; in ExtDexFileOpenFromMemory() 291 if (__builtin_add_overflow(offset, header->file_size_, &file_size)) { in ExtDexFileOpenFromFd()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 741 header.link_off_ = header.file_size_; in TEST_F() 743 header.file_size_ += header.link_size_; in TEST_F() 744 file_size = header.file_size_; in TEST_F()
|
D | dex_ir.h | 420 uint32_t FileSize() const { return file_size_; } in FileSize() 431 void SetFileSize(uint32_t new_file_size) { file_size_ = new_file_size; } in SetFileSize() 519 uint32_t file_size_; variable 539 file_size_ = file_size; in ConstructorHelper()
|
D | compact_dex_writer.cc | 276 header.file_size_ = header_->FileSize(); in WriteHeader()
|
D | dex_writer.cc | 810 header.file_size_ = header_->FileSize(); in WriteHeader()
|
D | dex_ir_builder.cc | 258 disk_header.file_size_, in DexIrBuilder()
|
/art/runtime/ |
D | vdex_file.cc | 211 const uint8_t* data = cursor + reinterpret_cast<const DexFile::Header*>(cursor)->file_size_; in GetNextDexFileData() 231 size_t size = reinterpret_cast<const DexFile::Header*>(dex_file_start)->file_size_; in OpenAllDexFiles()
|
D | oat_file.cc | 799 if (dex_file_offset != 0 && (DexSize() - dex_file_offset < header->file_size_)) { in Setup() 806 header->file_size_, in Setup() 1931 return reinterpret_cast<const DexFile::Header*>(dex_file_pointer_)->file_size_; in FileSize()
|
D | oat_file_assistant.cc | 442 header->file_size_ - DexFile::kNumNonChecksumBytes); in AnonymousDexVdexLocation()
|
/art/libdexfile/dex/ |
D | dex_file_loader_test.cc | 286 EXPECT_EQ(904U, header.file_size_); in ValidateDexFileHeader()
|
D | test_dex_file_builder.h | 219 header->file_size_ = dex_file_data_.size(); in Build()
|
D | dex_file.h | 94 uint32_t file_size_ = 0; // size of entire file member
|
D | dex_file_verifier.cc | 574 uint32_t expected_size = header_->file_size_; in CheckHeader() 685 if (UNLIKELY(item->offset_ >= header_->file_size_)) { in CheckMap() 687 item->offset_, header_->file_size_); in CheckMap()
|
D | dex_file_verifier_test.cc | 51 uint32_t expected_size = header->file_size_; in FixUpChecksum()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 2086 header.file_size_ = 4 * KB; in TEST_F() 2114 header.file_size_ = sizeof(CompactDexFile::Header); in TEST_F() 2228 ASSERT_GT(header->file_size_, in TEST_F()
|
D | dex2oat.cc | 2610 dex_files_size += dex_file->GetHeader().file_size_; in UseSwap() 2618 dex_files_size += dex_file->GetHeader().file_size_; in IsVeryLarge()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 874 file_size += dex_file->GetHeader().file_size_; in DexFile_getStaticSizeOfDexFile()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 775 header.file_size_ += delta; in UpdateDataSize()
|
/art/dexdump/ |
D | dexdump.cc | 603 fprintf(gOutFile, "file_size : %d\n", pHeader.file_size_); in dumpFileHeader()
|