Lines Matching full:header_
1150 explicit FixupArtMethodArrayVisitor(const ImageHeader& header) : header_(header) {}
1158 in_image_space = header_.GetImageSection(ImageHeader::kSectionDexCacheArrays).Contains(
1159 reinterpret_cast<const uint8_t*>(resolved_types) - header_.GetImageBegin());
1164 << reinterpret_cast<void*>(header_.GetImageBegin());
1175 in_image_space = header_.GetImageSection(ImageHeader::kSectionDexCacheArrays).Contains(
1176 reinterpret_cast<const uint8_t*>(resolved_methods) - header_.GetImageBegin());
1181 << reinterpret_cast<void*>(header_.GetImageBegin());
1191 const ImageHeader& header_;