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 | 108 inline std::string Patch(const std::string& original, const diff_t& diff) { in Patch() function
|
/art/patchoat/ |
D | patchoat.h | 47 static bool Patch(File* oat_in, off_t delta, File* oat_out, TimingLogger* timings, 52 static bool Patch(const std::string& art_location, off_t delta, File* art_out, InstructionSet isa, 56 static bool Patch(const std::string& art_location,
|
D | patchoat.cc | 153 bool PatchOat::Patch(const std::string& image_location, in Patch() function in art::PatchOat 743 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch() function in art::PatchOat 1005 bool ret = PatchOat::Patch(input_image_location, base_delta, output_directory, isa, &timings); in patchoat_image() 1205 bool ret = PatchOat::Patch(input_oat.get(), base_delta, output_oat.get(), &timings, in patchoat_oat()
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher_test.cc | 261 TEST_F(MultiOatRelativePatcherTest, Patch) { in TEST_F() argument
|