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 156 uint8_t* GetOatFileEnd() const {
157 return GetImageHeader().GetOatFileEnd();
image_space.cc     [all...]
  /art/runtime/gc/collector/
immune_spaces_test.cc 222 DummySpace space(image_header.GetOatFileEnd(), image_header.GetOatFileEnd() + kOtherSpaceSize);
225 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()),
  /art/runtime/
image.h 163 uint8_t* GetOatFileEnd() const {
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/
image_writer.cc 114 if (image_header.GetOatFileBegin() <= ptr && ptr < image_header.GetOatFileEnd()) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 145 milliseconds