Searched refs:single_dex_files (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 375 ArrayRef<const std::string> single_dex_files = full_bcp.SubArray(/*pos=*/ head_dex_files.size()); in TEST_F() local 379 GenerateProfile(single_dex_files, in TEST_F() 386 CHECK_GE(single_dex_files.size(), 2u); in TEST_F() 389 single_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F() 409 CompileBootImage(extra_args, single_filename_prefix, single_dex_files, &error_msg); in TEST_F() 570 single_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F() 579 single_dex_files, in TEST_F() 619 ASSERT_EQ(single_dex_files.size(), in TEST_F() 637 ASSERT_EQ(single_dex_files.size(), in TEST_F()
|