Searched refs:class_table_section (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc1328 const auto& class_table_section = image_header.GetImageSection(ImageHeader::kSectionClassTable); local
1329 if (class_table_section.Size() > 0u) {
1336 temp_table.ReadFromMemory(target_base + class_table_section.Offset());
/art/compiler/
H A Dimage_writer.cc1785 ImageSection* class_table_section = &out_sections[ImageHeader::kSectionClassTable]; local
1786 *class_table_section = ImageSection(cur_pos, class_table_bytes_);
1787 cur_pos = class_table_section->End();
2005 const ImageSection& class_table_section = image_header->GetImageSection( local
2008 image_info.image_->Begin() + class_table_section.Offset();
/art/oatdump/
H A Doatdump.cc1917 const auto& class_table_section = image_header_.GetImageSection( local
1952 stats_.alignment_bytes += class_table_section.Offset() - end_intern;
1964 stats_.class_table_bytes += class_table_section.Size();
/art/runtime/
H A Dclass_linker.cc1866 const ImageSection& class_table_section = header.GetImageSection(ImageHeader::kSectionClassTable); local
1867 const bool added_class_table = class_table_section.Size() > 0u;
1871 temp_set = ClassTable::ClassSet(space->Begin() + class_table_section.Offset(),

Completed in 156 milliseconds