Home
last modified time | relevance | path

Searched refs:ValidateOatFile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space_test.cc223 TEST_F(DexoptTest, ValidateOatFile) { in TEST_F() argument
265 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
269 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
273 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
277 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
281 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
285 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
289 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
293 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
297 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
[all …]
Dimage_space.h280 static bool ValidateOatFile(const OatFile& oat_file, std::string* error_msg);
290 static bool ValidateOatFile(const OatFile& oat_file,
433 bool ValidateOatFile(const std::string& base_location,
Dimage_space.cc1749 bool ImageSpace::BootImageLayout::ValidateOatFile( in ValidateOatFile() function in art::gc::space::ImageSpace::BootImageLayout
1807 if (!ImageSpace::ValidateOatFile( in ValidateOatFile()
1848 if (!ValidateOatFile(base_location, base_filename, bcp_index + i, component_count, error_msg)) { in ReadHeader()
2974 if (!ImageSpace::ValidateOatFile(*oat_file, error_msg)) { in OpenOatFile()
3429 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile() function in art::gc::space::ImageSpace
3431 return ValidateOatFile(oat_file, error_msg, {}, {}, Runtime::Current()->GetApexVersions()); in ValidateOatFile()
3434 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, in ValidateOatFile() function in art::gc::space::ImageSpace