Searched refs:ValidateOatFile (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/space/ |
D | image_space_test.cc | 224 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 …]
|
D | image_space.h | 267 static bool ValidateOatFile(const OatFile& oat_file, std::string* error_msg);
|
D | image_space.cc | 2935 if (!ImageSpace::ValidateOatFile(*oat_file, error_msg)) { in OpenOatFile() 3270 bool ImageSpace::ValidateOatFile(const OatFile& oat_file, std::string* error_msg) { in ValidateOatFile() function in art::gc::space::ImageSpace
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 414 !ImageSpace::ValidateOatFile(*oat_file, &error_msg)) { in ValidateBcp()
|