Searched refs:TestDexFileInput (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 271 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile); 580 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() function in art::linker::OatTest 687 TestDexFileInput(/*verify*/false, /*low_4gb*/false, /*use_profile*/false); in TEST_F() 691 TestDexFileInput(/*verify*/false, /*low_4gb*/true, /*use_profile*/false); in TEST_F() 695 TestDexFileInput(/*verify*/true, /*low_4gb*/false, /*use_profile*/false); in TEST_F() 699 TestDexFileInput(/*verify*/true, /*low_4gb*/false, /*use_profile*/true); in TEST_F()
|