Home | History | Annotate | Download | only in compiler

Lines Matching defs:oat_header

105   const OatHeader& oat_header = oat_file->GetOatHeader();
106 ASSERT_TRUE(oat_header.IsValid());
107 ASSERT_EQ(2U, oat_header.GetDexFileCount()); // core and conscrypt
108 ASSERT_EQ(42U, oat_header.GetImageFileLocationOatChecksum());
109 ASSERT_EQ(4096U, oat_header.GetImageFileLocationOatDataBegin());
110 ASSERT_EQ("lue.art", oat_header.GetImageFileLocation());
156 OatHeader oat_header(instruction_set,
161 ASSERT_TRUE(oat_header.IsValid());
163 char* magic = const_cast<char*>(oat_header.GetMagic());
165 ASSERT_FALSE(oat_header.IsValid());
167 ASSERT_FALSE(oat_header.IsValid());