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

  /art/runtime/gc/space/
image_space.h 151 uint8_t* GetOatFileBegin() const {
152 return GetImageHeader().GetOatFileBegin();
image_space.cc     [all...]
  /art/runtime/
image.h 151 uint8_t* GetOatFileBegin() const {
  /art/runtime/gc/collector/
immune_spaces_test.cc 225 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()),
  /art/compiler/
image_writer.h 115 const uint8_t* GetOatFileBegin(size_t oat_index) const {
image_writer.cc 114 if (image_header.GetOatFileBegin() <= ptr && ptr < image_header.GetOatFileEnd()) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 4899 milliseconds