Home
last modified time | relevance | path

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

/art/runtime/
Doat.h98 uint32_t GetImageFileLocationOatDataBegin() const;
Doat.cc390 uint32_t OatHeader::GetImageFileLocationOatDataBegin() const { in GetImageFileLocationOatDataBegin() function in art::OatHeader
Dclass_linker.cc989 uint32_t actual_image_oat_offset = oat_file->GetOatHeader().GetImageFileLocationOatDataBegin(); in FindOatFileInOatLocationForDexFile()
1102 && (oat_header.GetImageFileLocationOatDataBegin() == image_oat_data_begin)); in VerifyOatChecksums()
1107 oat_file->GetOatHeader().GetImageFileLocationOatDataBegin(), in VerifyOatChecksums()
1529 reinterpret_cast<void*>(oat_header.GetImageFileLocationOatDataBegin()); in CheckOatFile()
1593 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.cc215 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin()); in Dump()