Home
last modified time | relevance | path

Searched defs:section (Results 1 – 16 of 16) sorted by relevance

/art/runtime/oat/
Dimage-inl.h90 const ImageSection& section = GetImTablesSection(); in VisitPackedImTables() local
108 const ImageSection& section = GetIMTConflictTablesSection(); in VisitPackedImtConflictTables() local
123 const ImageSection& section = GetJniStubMethodsSection(); in VisitJniStubMethods() local
Dimage.cc182 std::ostream& operator<<(std::ostream& os, const ImageSection& section) { in operator <<()
/art/libdexfile/dex/
Ddex_file_layout.cc25 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section) { in operator <<()
/art/tools/ahat/src/main/com/android/ahat/
DDoc.java38 void section(String title); in section() method
DHtmlDoc.java64 public void section(String title) { in section() method in HtmlDoc
/art/runtime/
Dintern_table-inl.h97 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable() local
Druntime_image.cc181 auto compute_dest = [&](const ImageSection& section) { in FillData()
Dclass_linker.cc1692 const ImageSection& section = space->GetImageHeader().GetInternedStringsSection(); in VerifyInternedStringReferences() local
/art/runtime/jit/
Djit.cc528 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
587 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
615 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
1009 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1127 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
/art/libelffile/elf/
Delf_debug_reader.h75 for (const Elf_Shdr& section : sections_) { in ElfDebugReader() local
Delf_builder.h360 const Section* section, in Add()
375 void Add(Elf_Sym sym, const Section* section) { in Add()
/art/imgdiag/
Dimgdiag.cc1493 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes() local
1523 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in PrintMappingData() local
/art/compiler/optimizing/
Dcode_generator.cc820 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/runtime/gc/space/
Dimage_space.cc723 auto& section = image_header.GetImageSection(section_idx); in Init() local
3753 const ImageSection& section = header.GetImageSection(section_type); in DumpSections() local
/art/oatdump/
Doatdump.cc1814 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump() local
/art/dex2oat/linker/
Dimage_writer.cc2838 for (const ImageSection& section : sections) { in CreateHeader() local