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

  /art/runtime/gc/space/
image_space.h 152 uint8_t* GetOatFileEnd() const {
153 return GetImageHeader().GetOatFileEnd();
  /art/runtime/gc/collector/
immune_spaces_test.cc 220 DummySpace space(image_header.GetOatFileEnd(), image_header.GetOatFileEnd() + kOtherSpaceSize);
223 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()),
  /art/runtime/
image.h 155 uint8_t* GetOatFileEnd() const {
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/
image_writer.cc 104 if (image_header.GetOatFileBegin() <= ptr && ptr < image_header.GetOatFileEnd()) {
    [all...]
  /art/runtime/gc/
heap.cc 300 uint8_t* oat_file_end_addr = boot_image_space->GetImageHeader().GetOatFileEnd();
    [all...]

Completed in 89 milliseconds