Searched defs:image_end (Results 1 - 4 of 4) sorted by relevance

/art/compiler/
H A Dimage_test.cc266 uint8_t* image_end = image_space->End(); local
276 EXPECT_LT(reinterpret_cast<uint8_t*>(klass), image_end) << descriptor;
278 EXPECT_TRUE(reinterpret_cast<uint8_t*>(klass) >= image_end ||
H A Dimage_writer.cc88 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize(); local
89 if (image_begin <= obj && obj < image_end) {
1503 const size_t image_end = image_info.CreateImageSections(sections); local
1508 *bitmap_section = ImageSection(RoundUp(image_end, kPageSize), RoundUp(bitmap_bytes, kPageSize));
1536 image_end, local
/art/imgdiag/
H A Dimgdiag.cc322 const uint8_t* image_end = AlignUp(image_end_unaligned, kPageSize); local
327 reinterpret_cast<uintptr_t>(image_end) < boot_map.end) {
331 ", local end " << reinterpret_cast<const void*>(image_end) <<
/art/runtime/gc/space/
H A Dimage_space.cc1346 uint8_t* const image_end = map->Begin() + image_objects.End(); local
1376 image_end));

Completed in 107 milliseconds