Lines Matching refs:ImageSpace
134 std::vector<std::unique_ptr<gc::space::ImageSpace>> boot_image_spaces; in TEST_F()
139 return ImageSpace::LoadBootImage(bcp, in TEST_F()
156 auto contains_test_string = [utf8_test_string](ImageSpace* space) in TEST_F()
173 ImageSpace::kComponentSeparator + extension_image_locations[0] + in TEST_F()
174 ImageSpace::kComponentSeparator + extension_image_locations[1]; in TEST_F()
186 ImageSpace::kComponentSeparator + extension_image_locations[1] + in TEST_F()
187 ImageSpace::kComponentSeparator + extension_image_locations[0]; in TEST_F()
199 base_image_location + ImageSpace::kComponentSeparator + extension_image_locations[0]; in TEST_F()
215 std::vector<ImageSpace*> non_owning_boot_image_spaces = in TEST_F()
217 std::unique_ptr<ImageSpace> app_image_space = ImageSpace::CreateFromAppImage( in TEST_F()
220 ArrayRef<ImageSpace* const>(non_owning_boot_image_spaces), in TEST_F()
269 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
273 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
277 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
281 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
285 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
289 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
293 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
297 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
301 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
305 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
309 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
313 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
317 EXPECT_TRUE(ImageSpace::ValidateOatFile(*oat, &error_msg)) << error_msg; in TEST_F()
321 EXPECT_FALSE(ImageSpace::ValidateOatFile(*oat, &error_msg)); in TEST_F()
335 std::string checksums = gc::space::ImageSpace::GetBootClassPathChecksums( in TEST_F()
336 ArrayRef<gc::space::ImageSpace* const>(runtime->GetHeap()->GetBootImageSpaces()), in TEST_F()
338 return gc::space::ImageSpace::VerifyBootClassPathChecksums( in TEST_F()