Searched refs:GetOatFileBegin (Results 1 – 5 of 5) sorted by relevance
181 uint8_t* GetOatFileBegin() const { in GetOatFileBegin() function
218 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()), in TEST_F()
136 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin() function
229 const uint8_t* current_oat = image_spaces[i]->GetImageHeader().GetOatFileBegin(); in VerifyBootImagesContiguity()233 CHECK_EQ(current_oat, current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()235 CHECK_GT(current_header.GetOatFileEnd(), current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()239 CHECK_EQ(current_heap, image_spaces[i]->GetImageHeader().GetOatFileBegin()); in VerifyBootImagesContiguity()
1711 os << "OAT FILE BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatFileBegin()) << "\n"; in Dump()