HomeSort by relevance Sort by last modified time
    Searched defs:image_begin (Results 1 - 5 of 5) sorted by null

  /art/dex2oat/linker/
image_test.cc 67 uint32_t image_begin = ART_BASE_ADDRESS; local
76 uint32_t image_reservation_size = RoundUp(oat_file_end - image_begin, kPageSize);
79 image_begin,
image_test.h 491 uint8_t* image_begin = image_space->Begin(); local
495 CHECK_EQ(kRequestedImageBase, reinterpret_cast<uintptr_t>(image_begin));
504 EXPECT_TRUE(raw_klass >= image_end || raw_klass < image_begin) << descriptor;
507 EXPECT_LT(image_begin, raw_klass) << descriptor;
image_writer.cc 186 const uint8_t* image_begin = boot_image_space->Begin(); local
188 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize();
189 if (image_begin <= obj && obj < image_end) {
    [all...]
  /art/imgdiag/
imgdiag.cc 1218 const uint8_t* image_begin = image_header.GetImageBegin(); local
1497 const uint8_t* image_begin = AlignDown(image_begin_unaligned, kPageSize); local
    [all...]
  /art/runtime/gc/
heap.cc 4273 const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin()); local
    [all...]

Completed in 206 milliseconds