Searched refs:tail_dex_files (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 287 ArrayRef<const std::string> tail_dex_files = in TEST_F() local 302 CHECK_EQ(1u, tail_dex_files.size()); in TEST_F() 304 tail_dex_files, base_location, /*boot_image_extension=*/ true); in TEST_F() 325 GenerateProfile(tail_dex_files, in TEST_F() 355 bool tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F() 361 tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F() 648 ASSERT_EQ(tail_dex_files.size(), in TEST_F()
|