Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc2737 const ImageSection& class_table_section = in CreateImageSections() local
2746 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()
3068 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local
3070 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
/aosp_15_r20/art/runtime/
H A Druntime_image.cc200 auto class_table_section = header_.GetImageSection(ImageHeader::kSectionClassTable); in FillData() local
201 class_table_.WriteToMemory(compute_dest(class_table_section)); in FillData()
H A Dclass_linker.cc2357 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local
2358 const bool added_class_table = class_table_section.Size() > 0u; in AddImageSpace()
2362 temp_set = ClassTable::ClassSet(space->Begin() + class_table_section.Offset(), in AddImageSpace()
11115 const ImageSection& class_table_section = in GetHoldingClassLoaderOfCopiedMethod() local
11117 CHECK_NE(class_table_section.Size(), 0u); in GetHoldingClassLoaderOfCopiedMethod()
11118 const uint8_t* ptr = image_space->Begin() + class_table_section.Offset(); in GetHoldingClassLoaderOfCopiedMethod()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1312 const auto& class_table_section = image_header->GetClassTableSection(); in RelocateInPlace() local
1313 if (class_table_section.Size() > 0u) { in RelocateInPlace()
1328 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()