Searched refs:GetOatFileBegin (Results 1 – 5 of 5) sorted by relevance
186 uint8_t* GetOatFileBegin() const { in GetOatFileBegin() function
237 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()), in TEST_F()
148 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin() function
255 const uint8_t* current_oat = image_spaces[i]->GetImageHeader().GetOatFileBegin(); in VerifyBootImagesContiguity()259 CHECK_EQ(current_oat, current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()261 CHECK_GT(current_header.GetOatFileEnd(), current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()265 CHECK_EQ(current_heap, image_spaces[i]->GetImageHeader().GetOatFileBegin()); in VerifyBootImagesContiguity()
1804 os << "OAT FILE BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatFileBegin()) << "\n"; in Dump()