Home
last modified time | relevance | path

Searched refs:GetOatFileEnd (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dimmune_spaces_test.cc234 FakeSpace space(image_header.GetOatFileEnd(), image_header.GetOatFileEnd() + kOtherSpaceSize); in TEST_F()
237 EXPECT_EQ(static_cast<size_t>(image_header.GetOatFileEnd() - image_header.GetOatFileBegin()), in TEST_F()
/art/runtime/oat/
Dimage.h198 uint8_t* GetOatFileEnd() const { in GetOatFileEnd() function
/art/runtime/gc/
Dheap.cc261 CHECK_GT(current_header.GetOatFileEnd(), current_header.GetOatFileBegin()); in VerifyBootImagesContiguity()
262 current_oat = current_header.GetOatFileEnd(); in VerifyBootImagesContiguity()
526 request_begin = boot_image_spaces.back()->GetImageHeader().GetOatFileEnd(); in Heap()
536 PointerToLowMemUInt32(boot_image_spaces_.back()->GetImageHeader().GetOatFileEnd()); in Heap()
/art/oatdump/
Doatdump.cc1807 os << "OAT FILE END:" << reinterpret_cast<void*>(image_header_.GetOatFileEnd()) << "\n\n"; in Dump()