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

  /art/runtime/
image.cc 31 ImageHeader::ImageHeader(uint32_t image_begin,
49 : image_begin_(image_begin),
67 CHECK_EQ(image_begin, RoundUp(image_begin, kPageSize));
image.h 116 ImageHeader(uint32_t image_begin,
  /art/dex2oat/linker/
image_test.cc 59 uint32_t image_begin = ART_BASE_ADDRESS; local
68 ImageHeader image_header(image_begin,
image_test.h 479 uint8_t* image_begin = image_space->Begin(); local
483 CHECK_EQ(kRequestedImageBase, reinterpret_cast<uintptr_t>(image_begin));
492 reinterpret_cast<uint8_t*>(klass) < image_begin) << descriptor;
495 EXPECT_LT(image_begin, reinterpret_cast<uint8_t*>(klass)) << descriptor;
image_writer.h 76 uintptr_t image_begin,
image_writer.cc 98 const uint8_t* image_begin = boot_image_space->Begin(); local
100 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize();
101 if (image_begin <= obj && obj < image_end) {
    [all...]
  /art/runtime/gc/collector/
immune_spaces_test.cc 81 DummyImageSpace* CreateImageSpace(uint8_t* image_begin,
87 image_begin,
115 /*image_begin*/PointerToLowMemUInt32(map->Begin()),
  /art/imgdiag/
imgdiag.cc 1414 const uint8_t* image_begin = AlignDown(image_begin_unaligned, kPageSize); local
    [all...]
  /art/runtime/gc/
heap.cc 3980 const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin()); local
    [all...]

Completed in 717 milliseconds