HomeSort by relevance Sort by last modified time
    Searched refs:ValidateOatFile (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/space/
image_space_test.cc 25 TEST_F(DexoptTest, ValidateOatFile) {
54 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg;
58 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg));
62 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg;
66 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg));
70 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg;
74 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg));
78 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg;
82 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg));
86 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg
    [all...]
image_space.h 143 static bool ValidateOatFile(const OatFile& oat_file, std::string* error_msg);
image_space.cc 699 TimingLogger::ScopedTiming timing("ValidateOatFile", &logger);
701 if (!ImageSpace::ValidateOatFile(*space->oat_file_, error_msg)) {
    [all...]

Completed in 165 milliseconds