Searched refs:GetImageFileLocationOatDataBegin (Results 1 – 7 of 7) sorted by relevance
134 oat_header.GetImageFileLocationOatDataBegin()); in GenerateOatForTest()138 oat_header.GetImageFileLocationOatDataBegin()); in GenerateOatForTest()
103 uint32_t GetImageFileLocationOatDataBegin() const;
379 uint32_t OatHeader::GetImageFileLocationOatDataBegin() const { in GetImageFileLocationOatDataBegin() function in art::OatHeader
485 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); in GivenOatFileStatus()
910 CHECK_EQ(default_oat_header.GetImageFileLocationOatDataBegin(), 0U); in InitFromBootImage()
432 ASSERT_EQ(4096U, oat_header.GetImageFileLocationOatDataBegin()); in TEST_F()
435 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin()); in Dump()