Searched refs:single_dex_files (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 374 ArrayRef<const std::string> single_dex_files = full_bcp.SubArray(/*pos=*/ head_dex_files.size()); in TEST_F() local 378 GenerateBootProfile(single_dex_files, in TEST_F() 385 CHECK_GE(single_dex_files.size(), 2u); in TEST_F() 388 single_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F() 408 CompileBootImage(extra_args, single_filename_prefix, single_dex_files, &error_msg); in TEST_F() 574 single_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F() 583 single_dex_files, in TEST_F() 625 ASSERT_EQ(single_dex_files.size(), in TEST_F() 645 ASSERT_EQ(single_dex_files.size(), in TEST_F()
|