Searched refs:GetOatDataBegin (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Dimage.h95 uint8_t* GetOatDataBegin() const { function
H A Doat_file_assistant.cc921 cached_image_info_.oat_data_begin = reinterpret_cast<uintptr_t>(image_header.GetOatDataBegin());
928 cached_image_info_.oat_data_begin = reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin());
H A Doat_file_assistant_test.cc723 EXPECT_NE(reinterpret_cast<uintptr_t>(image_header.GetOatDataBegin()),
/art/compiler/
H A Dimage_test.cc101 bool success_fixup = ElfWriter::Fixup(dup_oat.get(), writer->GetOatDataBegin());
H A Dimage_writer.h93 uintptr_t GetOatDataBegin() { function in class:art::FINAL
/art/runtime/gc/space/
H A Dimage_space.cc790 CHECK(image_header.GetOatDataBegin() != nullptr);
792 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, image_header.GetOatDataBegin(),
/art/dex2oat/
H A Ddex2oat.cc1490 reinterpret_cast<uintptr_t>(image_space->GetImageHeader().GetOatDataBegin());
1723 uintptr_t oat_data_begin = image_writer_->GetOatDataBegin();
/art/oatdump/
H A Doatdump.cc1391 os << "OAT DATA BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatDataBegin()) << "\n\n";

Completed in 55 milliseconds