Home
last modified time | relevance | path

Searched refs:GetOatDataBegin (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/
H A Dimage.h185 uint8_t* GetOatDataBegin() const { in GetOatDataBegin() function
/aosp12/art/dex2oat/linker/
H A Dimage_writer.h149 uintptr_t GetOatDataBegin(size_t oat_index) { in GetOatDataBegin() function
H A Doat_writer.cc2017 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); in GetTargetIntrinsicReferenceOffset()
2027 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); in GetTargetMethodOffset()
2038 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); in GetTargetObjectOffset()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1188 RelocationRange app_oat(reinterpret_cast<uintptr_t>(image_header->GetOatDataBegin()), in RelocateInPlace()
1191 image_header->GetOatDataEnd() - image_header->GetOatDataBegin()); in RelocateInPlace()
2921 CHECK(image_header.GetOatDataBegin() != nullptr); in OpenOatFile()
2922 uint8_t* oat_data_begin = image_header.GetOatDataBegin() + relocation_diff; in OpenOatFile()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2772 oat_data_begins.push_back(image_writer_->GetOatDataBegin(i)); in CreateImageFile()
/aosp12/art/oatdump/
H A Doatdump.cc1712 os << "OAT DATA BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatDataBegin()) << "\n"; in Dump()