Searched refs:Patch (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 130 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 143 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 191 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 204 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 252 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 266 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 331 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 355 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() 402 std::string expected_after_cf = Patch(expected_before, expected_cf_diff); in TEST_F() 416 std::string expected_after_dce = Patch(expected_after_cf, expected_dce_diff); in TEST_F() [all …]
|
D | dead_code_elimination_test.cc | 106 std::string expected_after = Patch(expected_before, expected_diff); in TEST_F()
|
D | optimizing_unit_test.h | 113 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
|
/art/patchoat/ |
D | patchoat.h | 47 static bool Patch(const std::string& image_location,
|
D | patchoat.cc | 120 bool PatchOat::Patch(const std::string& image_location, in Patch() function in art::PatchOat 764 bool ret = PatchOat::Patch(input_image_location, base_delta, output_directory, isa, &timings); in patchoat_image()
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher_test.cc | 267 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument
|