Home | History | Annotate | Download | only in compiler

Lines Matching refs:ImageSection

210   const ImageSection& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitmap);
974 ImageSection sections[ImageHeader::kSectionCount];
977 *objects_section = ImageSection(0u, image_end_);
981 *field_section = ImageSection(cur_pos, bin_slot_sizes_[kBinArtField]);
987 *methods_section = ImageSection(cur_pos, bin_slot_sizes_[kBinArtMethodClean] +
994 *interned_strings_section = ImageSection(cur_pos, intern_table_bytes_);
999 *bitmap_section = ImageSection(RoundUp(cur_pos, kPageSize), RoundUp(bitmap_bytes, kPageSize));
1003 for (const ImageSection& section : sections) {
1079 const ImageSection& methods_section = image_header->GetMethodsSection();
1093 const ImageSection& intern_table_section = image_header->GetImageSection(