Searched refs:Replace (Results 1 – 10 of 10) sorted by relevance
/art/compiler/utils/ |
D | assembler_test_base.h | 114 art_disassembly = Replace(art_disassembly, art_obj_file, test_path("<extension-redacted>")); in Driver() 118 ref_disassembly = Replace(ref_disassembly, ref_obj_file, test_path("<extension-redacted>")); in Driver() 208 *output = Replace(*output, "\t", " "); in Disassemble() 269 std::string Replace(const std::string& str, const std::string& from, const std::string& to) { in Replace() function
|
D | assembler_thumb_test.cc | 69 std::string out = " \"" + Replace(disassembly, "\n", "\\n\"\n \"") + "\""; in DumpAndCheck()
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 21 Replace __com.littleinc.orm_benchmark__ with the name of your application below.
|
/art/tools/compiler-explorer/ |
D | compiler-explorer.md | 49 # Replace {{compilersDir}} in the config files with the actual path.
|
/art/compiler/optimizing/ |
D | induction_var_range.h | 134 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement);
|
D | induction_var_range_test.cc | 1150 range_.Replace(loop_header_->GetLastInstruction(), x_, y_); in TEST_F() 1238 range_.Replace(loop_header_->GetLastInstruction(), x_, y_); in TEST_F()
|
D | superblock_cloner.cc | 601 induction_range_->Replace(user, old_instruction, replacement); in UpdateInductionRangeInfoOf()
|
D | loop_optimization.cc | 1532 induction_range_.Replace(use.GetUser(), phi, repl); // update induction use in FinalizeVectorization() 3045 induction_range_.Replace(user, instruction, replacement); // update induction in TryReplaceWithLastValue()
|
D | bounds_check_elimination.cc | 1970 induction_range_.Replace(user, instruction, phi); // update induction in InsertPhiNodes()
|
D | induction_var_range.cc | 365 void InductionVarRange::Replace(HInstruction* instruction, in Replace() function in art::InductionVarRange
|