Home
last modified time | relevance | path

Searched refs:GetImageFileLocationOatDataBegin (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Ddexopt_test.cc134 oat_header.GetImageFileLocationOatDataBegin()); in GenerateOatForTest()
138 oat_header.GetImageFileLocationOatDataBegin()); in GenerateOatForTest()
Doat.h103 uint32_t GetImageFileLocationOatDataBegin() const;
Doat.cc379 uint32_t OatHeader::GetImageFileLocationOatDataBegin() const { in GetImageFileLocationOatDataBegin() function in art::OatHeader
Doat_file_assistant.cc485 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); in GivenOatFileStatus()
Dclass_linker.cc910 CHECK_EQ(default_oat_header.GetImageFileLocationOatDataBegin(), 0U); in InitFromBootImage()
/art/compiler/
Doat_test.cc432 ASSERT_EQ(4096U, oat_header.GetImageFileLocationOatDataBegin()); in TEST_F()
/art/oatdump/
Doatdump.cc435 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin()); in Dump()