Home
last modified time | relevance | path

Searched refs:Replace (Results 1 – 9 of 9) sorted by relevance

/art/compiler/utils/
Dassembler_test_base.h112 art_disassembly = Replace(art_disassembly, art_obj_file, test_path("<extension-redacted>")); in Driver()
115 ref_disassembly = Replace(ref_disassembly, ref_obj_file, test_path("<extension-redacted>")); in Driver()
177 *output = Replace(*output, "\t", " "); in Disassemble()
238 std::string Replace(const std::string& str, const std::string& from, const std::string& to) { in Replace() function
Dassembler_thumb_test.cc68 std::string out = " \"" + Replace(disassembly, "\n", "\\n\"\n \"") + "\""; in DumpAndCheck()
/art/tools/jvmti-agents/titrace/
DREADME.md21 Replace __com.littleinc.orm_benchmark__ with the name of your application below.
/art/compiler/optimizing/
Dinduction_var_range.h133 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement);
Dinduction_var_range_test.cc925 range_.Replace(loop_header_->GetLastInstruction(), x_, y_); in TEST_F()
1011 range_.Replace(loop_header_->GetLastInstruction(), x_, y_); in TEST_F()
Dsuperblock_cloner.cc603 induction_range_->Replace(user, old_instruction, replacement); in UpdateInductionRangeInfoOf()
Dloop_optimization.cc1190 induction_range_.Replace(use.GetUser(), phi, repl); // update induction use in Vectorize()
2431 induction_range_.Replace(user, instruction, replacement); // update induction in TryReplaceWithLastValue()
Dinduction_var_range.cc319 void InductionVarRange::Replace(HInstruction* instruction, in Replace() function in art::InductionVarRange
Dbounds_check_elimination.cc1947 induction_range_.Replace(user, instruction, phi); // update induction in InsertPhiNodes()