Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.cc141 oat_header.GetImageFileLocationOatDataBegin()); in GenerateOatForTest()
145 oat_header.GetImageFileLocationOatDataBegin()); in GenerateOatForTest()
Doat.h107 uint32_t GetImageFileLocationOatDataBegin() const;
Doat.cc395 uint32_t OatHeader::GetImageFileLocationOatDataBegin() const { in GetImageFileLocationOatDataBegin() function in art::OatHeader
Doat_file_assistant.cc543 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); in GivenOatFileStatus()
Dclass_linker.cc953 CHECK_EQ(default_oat_header.GetImageFileLocationOatDataBegin(), 0U); in InitFromBootImage()
/art/dex2oat/linker/
Doat_writer_test.cc437 ASSERT_EQ(4096U, oat_header.GetImageFileLocationOatDataBegin()); in TEST_F()
/art/oatdump/
Doatdump.cc481 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin()); in Dump()