Home
last modified time | relevance | path

Searched refs:head_dex_files (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc279 ArrayRef<const std::string> head_dex_files = full_bcp.SubArray(/*pos=*/ 0u, /*length=*/ 2u); in TEST_F() local
312 GenerateBootProfile(head_dex_files, in TEST_F()
334 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F()
374 ArrayRef<const std::string> single_dex_files = full_bcp.SubArray(/*pos=*/ head_dex_files.size()); in TEST_F()
451 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); in TEST_F()
471 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); // But only the primary image. in TEST_F()
487 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); // But only the primary image. in TEST_F()
497 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); in TEST_F()
510 ASSERT_EQ(head_dex_files.size(), boot_image_spaces.size()); in TEST_F()
563 ASSERT_EQ(head_dex_files.size() + 1u, boot_image_spaces.size()); in TEST_F()
[all …]