Searched refs:class_table_section (Results 1 – 4 of 4) sorted by relevance
2737 const ImageSection& class_table_section = in CreateImageSections() local2746 cur_pos = RoundUp(class_table_section.End(), sizeof(uint32_t)); in CreateImageSections()3068 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData() local3070 image_info.image_.Begin() + class_table_section.Offset(); in CopyAndFixupNativeData()
200 auto class_table_section = header_.GetImageSection(ImageHeader::kSectionClassTable); in FillData() local201 class_table_.WriteToMemory(compute_dest(class_table_section)); in FillData()
2357 const ImageSection& class_table_section = header.GetClassTableSection(); in AddImageSpace() local2358 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() local11117 CHECK_NE(class_table_section.Size(), 0u); in GetHoldingClassLoaderOfCopiedMethod()11118 const uint8_t* ptr = image_space->Begin() + class_table_section.Offset(); in GetHoldingClassLoaderOfCopiedMethod()
1312 const auto& class_table_section = image_header->GetClassTableSection(); in RelocateInPlace() local1313 if (class_table_section.Size() > 0u) { in RelocateInPlace()1328 const uint8_t* data = target_base + class_table_section.Offset(); in RelocateInPlace()