Searched refs:TestDexFileInput (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 301 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile); 584 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() function in art::linker::OatTest 694 TestDexFileInput(/*verify*/false, /*low_4gb*/false, /*use_profile*/false); in TEST_F() 698 TestDexFileInput(/*verify*/false, /*low_4gb*/true, /*use_profile*/false); in TEST_F() 702 TestDexFileInput(/*verify*/true, /*low_4gb*/false, /*use_profile*/false); in TEST_F() 706 TestDexFileInput(/*verify*/true, /*low_4gb*/false, /*use_profile*/true); in TEST_F()
|