Searched refs:Patch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 121 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 134 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 182 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 195 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 243 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 257 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 322 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 346 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 393 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 407 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() [all …]
|
D | dead_code_elimination_test.cc | 105 std::string expected_after = Patch(expected_before, expected_diff); in TEST_F()
|
D | optimizing_unit_test.h | 270 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher_test.cc | 272 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument
|