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

  /art/compiler/
image_test.cc 58 uint32_t image_begin = ART_BASE_ADDRESS; local
67 ImageHeader image_header(image_begin,
image_test.h 473 uint8_t* image_begin = image_space->Begin(); local
477 CHECK_EQ(kRequestedImageBase, reinterpret_cast<uintptr_t>(image_begin));
486 reinterpret_cast<uint8_t*>(klass) < image_begin) << descriptor;
489 EXPECT_LT(image_begin, reinterpret_cast<uint8_t*>(klass)) << descriptor;
image_writer.cc 96 const uint8_t* image_begin = boot_image_space->Begin(); local
98 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize();
99 if (image_begin <= obj && obj < image_end) {
    [all...]
  /art/imgdiag/
imgdiag.cc 1414 const uint8_t* image_begin = AlignDown(image_begin_unaligned, kPageSize); local
    [all...]
  /art/runtime/gc/
heap.cc 4014 const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin()); local
    [all...]

Completed in 85 milliseconds