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

  /art/compiler/
image_test.cc 265 uint8_t* image_begin = image_space->Begin(); local
267 CHECK_EQ(requested_image_base, reinterpret_cast<uintptr_t>(image_begin));
275 EXPECT_LT(image_begin, reinterpret_cast<uint8_t*>(klass)) << descriptor;
279 reinterpret_cast<uint8_t*>(klass) < image_begin) << descriptor;
304 uint32_t image_begin = ART_BASE_ADDRESS;
313 ImageHeader image_header(image_begin,
image_writer.cc 86 const uint8_t* image_begin = boot_image_space->Begin(); local
88 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize();
89 if (image_begin <= obj && obj < image_end) {
    [all...]
  /art/imgdiag/
imgdiag.cc 321 const uint8_t* image_begin = AlignDown(image_begin_unaligned, kPageSize); local
324 ptrdiff_t page_off_begin = boot_image_header.GetImageBegin() - image_begin;
326 if (reinterpret_cast<uintptr_t>(image_begin) > boot_map.start ||
330 "local begin " << reinterpret_cast<const void*>(image_begin) <<
    [all...]
  /art/runtime/gc/
heap.cc 4142 const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin()); local
    [all...]

Completed in 57 milliseconds