/art/dex2oat/linker/ |
D | oat_writer_test.cc | 116 reinterpret_cast<const uint8_t*>(&dex_file->GetHeader()), in WriteElf() 117 dex_file->GetHeader().file_size_); in WriteElf() 289 dex_file_data->GetHeader().checksum_); in CheckOatWriteResult() 291 ASSERT_EQ(dex_file_data->GetHeader().file_size_, opened_dex_file->GetHeader().file_size_); in CheckOatWriteResult() 292 ASSERT_EQ(0, memcmp(&dex_file_data->GetHeader(), in CheckOatWriteResult() 293 &opened_dex_file->GetHeader(), in CheckOatWriteResult() 294 dex_file_data->GetHeader().file_size_)); in CheckOatWriteResult() 583 const_cast<DexFile::Header*>(&data->GetHeader())->checksum_++; in MaybeModifyDexFileToFail() 602 bool success = dex_file1.GetFile()->WriteFully(&dex_file1_data->GetHeader(), in TestDexFileInput() 603 dex_file1_data->GetHeader().file_size_); in TestDexFileInput() [all …]
|
D | image_test.h | 250 reinterpret_cast<const uint8_t*>(&dex_file->GetHeader()), in DoCompile() 251 dex_file->GetHeader().file_size_); in DoCompile()
|
/art/libdexfile/dex/ |
D | compact_dex_file.cc | 53 return (GetHeader().GetFeatureFlags() & in SupportsDefaultMethods() 99 debug_info_offsets_(DataBegin() + GetHeader().debug_info_offsets_pos_, in CompactDexFile() 100 GetHeader().debug_info_base_, in CompactDexFile() 101 GetHeader().debug_info_offsets_table_offset_) {} in CompactDexFile()
|
D | dex_file_loader_test.cc | 273 const DexFile::Header& header = dex_file->GetHeader(); in ValidateDexFileHeader() 317 const DexFile::Header& header = raw->GetHeader(); in TEST_F() 326 const DexFile::Header& header = raw->GetHeader(); in TEST_F() 335 const DexFile::Header& header = raw->GetHeader(); in TEST_F()
|
D | compact_dex_file.h | 288 const Header& GetHeader() const { in GetHeader() function 289 return down_cast<const Header&>(DexFile::GetHeader()); in GetHeader()
|
D | art_dex_file_loader.cc | 113 checksums->push_back(dex_file->GetHeader().checksum_); in GetMultiDexChecksums()
|
D | dex_file_tracking_registrar.cc | 231 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
|
/art/runtime/ |
D | elf_file.cc | 171 program_headers_start_ = Begin() + GetHeader().e_phoff; in Setup() 173 if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) { in Setup() 178 if (!CheckAndSet(GetHeader().e_shoff, "section headers", §ion_headers_start_, error_msg)) { in Setup() 402 int64_t offset = static_cast<int64_t>(GetHeader().e_shoff + in CheckSectionsExist() 403 (GetHeader().e_shstrndx * GetHeader().e_shentsize)); in CheckSectionsExist() 550 typename ElfTypes::Ehdr& ElfFileImpl<ElfTypes>::GetHeader() const { in GetHeader() function in art::ElfFileImpl 674 return GetHeader().e_phnum; in GetProgramHeaderNum() 680 uint8_t* program_header = GetProgramHeadersStart() + (i * GetHeader().e_phentsize); in GetProgramHeader() 698 return GetHeader().e_shnum; in GetSectionHeaderNum() 709 uint8_t* section_header = GetSectionHeadersStart() + (i * GetHeader().e_shentsize); in GetSectionHeader() [all …]
|
D | elf_file_impl.h | 78 Elf_Ehdr& GetHeader() const;
|
/art/compiler/optimizing/ |
D | licm.cc | 53 bool is_loop_header_phi = IsPhiOf(input, info->GetHeader()); in InputsAreDefinedBeforeLoop() 71 if (input != nullptr && IsPhiOf(input, info->GetHeader())) { in UpdateLoopPhisIn()
|
D | superblock_cloner_test.cc | 262 EXPECT_EQ(loop_info->GetHeader(), header); in TEST_F() 321 EXPECT_EQ(new_loop_info->GetHeader(), header); in TEST_F() 358 EXPECT_EQ(loop_info->GetHeader(), new_header); in TEST_F() 400 EXPECT_EQ(loop_info->GetHeader(), header); in TEST_F() 401 EXPECT_EQ(second_loop_info->GetHeader(), second_header); in TEST_F() 458 EXPECT_EQ(loop1_header->GetLoopInformation()->GetHeader(), loop1_header); in CheckLoopStructureForLoopPeelingNested() 459 EXPECT_EQ(loop2_header->GetLoopInformation()->GetHeader(), loop2_header); in CheckLoopStructureForLoopPeelingNested() 460 EXPECT_EQ(loop3_header->GetLoopInformation()->GetHeader(), loop3_header); in CheckLoopStructureForLoopPeelingNested() 463 EXPECT_EQ(loop3_header->GetLoopInformation()->GetPreHeader()->GetLoopInformation()->GetHeader(), in CheckLoopStructureForLoopPeelingNested()
|
D | side_effects_analysis.cc | 85 uint32_t id = info->GetHeader()->GetBlockId(); in UpdateLoopEffects()
|
D | superblock_cloner.cc | 334 block_entry = outer_loop_->GetHeader(); in RecalculateBackEdgesInfo() 358 (info->GetHeader() != block || info->NumberOfBackEdges() == 0)) { in RecalculateBackEdgesInfo() 705 oss << "\tloop: " << bb->GetLoopInformation()->GetHeader()->GetBlockId(); in DumpBB() 1084 HBasicBlock* loop_header = loop_info->GetHeader(); in CollectRemappingInfoForPeelUnroll() 1155 HBasicBlock* loop_header = loop_info_->GetHeader(); in DoLoopTransformationImpl() 1210 info->GetHeader()->GetGraph()->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)), in LoopClonerSimpleHelper() 1212 info->GetHeader()->GetGraph()->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)), in LoopClonerSimpleHelper()
|
D | find_loops_test.cc | 109 ASSERT_EQ(block->GetLoopInformation()->GetHeader()->GetBlockId(), parent_loop_header_id); in TestBlock() 317 ASSERT_FALSE(info->GetHeader()->Dominates(info->GetBackEdges()[0])); in TEST_F()
|
D | cha_guard_optimization.cc | 210 suspend->GetEnvironment(), loop_info->GetHeader()); in HoistGuard()
|
D | induction_var_analysis.cc | 81 HBasicBlock* entry = loop->GetHeader(); in IsGuardedBy() 116 if (use.GetUser()->GetBlock() == loop->GetHeader() && in FindFirstLoopHeaderPhiUse() 173 for (HInstructionIterator it(loop->GetHeader()->GetPhis()); !it.Done(); it.Advance()) { in RewriteBreakLoopBody() 376 DCHECK(block->GetLoopInformation()->GetHeader() == block); in ExtractScc() 999 HInstruction* control = loop->GetHeader()->GetLastInstruction(); in VisitControl() 1157 HInstruction* control = loop->GetHeader()->GetLastInstruction(); in VisitTripCount() 1255 HIf* ifs = loop->GetHeader()->GetLastInstruction()->AsIf(); in RewriteBreakLoop() 1271 body->GetSingleSuccessor() != loop->GetHeader() || in RewriteBreakLoop() 1302 loop->GetHeader()->ReplaceAndRemoveInstructionWith(cond, rep); in RewriteBreakLoop()
|
D | bounds_check_elimination.cc | 1364 SideEffects loop_effects = side_effects_.GetLoopEffects(loop->GetHeader()); in VisitArrayGet() 1711 const uint32_t loop_id = loop->GetHeader()->GetBlockId(); in IsEarlyExitLoop() 1782 const uint32_t loop_id = loop->GetHeader()->GetBlockId(); in CanHandleInfiniteLoop() 1789 HInstruction* control = loop->GetHeader()->GetLastInstruction(); in CanHandleInfiniteLoop() 1813 HBasicBlock* header = loop->GetHeader(); in GetPreHeader() 1843 suspend->GetEnvironment(), loop->GetHeader()); in InsertDeoptInLoop() 1905 const uint32_t loop_id = loop->GetHeader()->GetBlockId(); in TransformLoopForDeoptimizationIfNeeded() 1911 HBasicBlock* header = loop->GetHeader(); in TransformLoopForDeoptimizationIfNeeded()
|
D | register_allocator.cc | 278 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween()
|
/art/dexdump/ |
D | dexdump.cc | 654 const DexFile::Header& pHeader = pDexFile->GetHeader(); in dumpFileHeader() 912 if (index < pDexFile->GetHeader().type_ids_size_) { in indexString() 920 if (index < pDexFile->GetHeader().string_ids_size_) { in indexString() 934 if (index < pDexFile->GetHeader().method_ids_size_) { in indexString() 946 if (index < pDexFile->GetHeader().field_ids_size_) { in indexString() 967 if (index < pDexFile->GetHeader().method_ids_size_) { in indexString() 977 if (secondary_index < pDexFile->GetHeader().proto_ids_size_) { in indexString() 995 if (index < pDexFile->GetHeader().proto_ids_size_) { in indexString() 1915 fprintf(gOutFile, "', DEX version '%.3s'\n", pDexFile->GetHeader().magic_ + 4); in processDexFile() 1925 const u4 classDefsSize = pDexFile->GetHeader().class_defs_size_; in processDexFile()
|
/art/dexlayout/ |
D | dexlayout.h | 123 dex_ir::Header* GetHeader() const { return header_; } in GetHeader() function
|
/art/dexlist/ |
D | dexlist.cc | 185 const u4 classDefsSize = pDexFile->GetHeader().class_defs_size_; in processFile()
|
/art/tools/create_minidebuginfo/ |
D | create_minidebuginfo.cc | 54 InstructionSet isa = ElfBuilder<ElfTypes>::GetIsaFromHeader(*reader.GetHeader()); in WriteMinidebugInfo()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 288 DexFile::Header* header = const_cast<DexFile::Header*>(&dex_file->GetHeader()); in UpdateDexChecksums() 670 dex->Begin(), dex->Begin() + dex->GetHeader().file_size_, std::back_inserter(output)); in WriteTo() 674 size_t map_off = dex->GetHeader().map_off_; in WriteTo() 709 CHECK_EQ(it->offset_, dex->GetHeader().map_off_); in WriteTo()
|
/art/libelffile/elf/ |
D | elf_debug_reader.h | 101 const Elf_Ehdr* GetHeader() { return header_; } in GetHeader() function
|
/art/libartbase/base/ |
D | common_art_test.h | 187 const_cast<DexFile::Header&>(dex_file->GetHeader()).checksum_ = dex_file->CalculateChecksum(); in MutateDexFile()
|