Searched refs:head_dex_files (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 280 ArrayRef<const std::string> head_dex_files = full_bcp.SubArray(/*pos=*/ 0u, /*length=*/ 2u); in TEST_F() local 313 GenerateProfile(head_dex_files, in TEST_F() 335 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F() 375 ArrayRef<const std::string> single_dex_files = full_bcp.SubArray(/*pos=*/ head_dex_files.size()); in TEST_F() 447 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); in TEST_F() 467 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); // But only the primary image. in TEST_F() 483 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); // But only the primary image. in TEST_F() 493 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); in TEST_F() 506 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); in TEST_F() 559 ASSERT_EQ(head_dex_files.size() + 1u, boot_image_spaces.size()); in TEST_F() [all …]
|