Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h181 uint8_t* GetOatFileBegin() const { in GetOatFileBegin() function
/art/runtime/gc/collector/
Dimmune_spaces_test.cc218 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()), in TEST_F()
/art/dex2oat/linker/
Dimage_writer.h136 const uint8_t* GetOatFileBegin(size_t oat_index) const { in GetOatFileBegin() function
/art/runtime/gc/
Dheap.cc229 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()
/art/oatdump/
Doatdump.cc1711 os << "OAT FILE BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatFileBegin()) << "\n"; in Dump()