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

  /art/runtime/
image.h 179 uint8_t* GetOatFileBegin() const {
  /art/runtime/gc/collector/
immune_spaces_test.cc 215 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()),
  /art/dex2oat/linker/
image_writer.h 136 const uint8_t* GetOatFileBegin(size_t oat_index) const {
    [all...]
image_writer.cc 204 if (image_header.GetOatFileBegin() <= ptr && ptr < image_header.GetOatFileEnd()) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 571 milliseconds