Home
last modified time | relevance | path

Searched refs:GetImageFileLocationOatDataBegin (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat.h99 uint32_t GetImageFileLocationOatDataBegin() const;
Doat.cc390 uint32_t OatHeader::GetImageFileLocationOatDataBegin() const { in GetImageFileLocationOatDataBegin() function in art::OatHeader
Dclass_linker.cc1005 uint32_t actual_image_oat_offset = oat_file->GetOatHeader().GetImageFileLocationOatDataBegin(); in FindOatFileInOatLocationForDexFile()
1121 && (oat_header.GetImageFileLocationOatDataBegin() == image_oat_data_begin); in VerifyOatChecksums()
1127 oat_file->GetOatHeader().GetImageFileLocationOatDataBegin(), in VerifyOatChecksums()
1540 reinterpret_cast<void*>(oat_header.GetImageFileLocationOatDataBegin()); in CheckOatFile()
1609 CHECK_EQ(oat_file.GetOatHeader().GetImageFileLocationOatDataBegin(), 0U); in InitFromImage()
/art/compiler/
Doat_test.cc145 ASSERT_EQ(4096U, oat_header.GetImageFileLocationOatDataBegin()); in TEST_F()
/art/oatdump/
Doatdump.cc221 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin()); in Dump()