Home
last modified time | relevance | path

Searched refs:vdex_header (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer_test.cc642 const VdexFile::DexSectionHeader &vdex_header = in TestDexFileInput() local
647 ASSERT_EQ(vdex_header.GetQuickeningInfoSize(), 0u); in TestDexFileInput()
/art/oatdump/
Doatdump.cc556 VdexFile::VerifierDepsHeader vdex_header = oat_file_.GetVdexFile()->GetVerifierDepsHeader(); in Dump() local
557 if (vdex_header.IsValid()) { in Dump()
572 << vdex_header.GetMagic() in Dump()
574 << vdex_header.GetVerifierDepsVersion() in Dump()
576 << vdex_header.GetDexSectionVersion() in Dump()