Searched refs:Replace (Results 1 – 7 of 7) sorted by relevance
/art/tools/jvmti-agents/titrace/ |
D | README.md | 21 Replace __com.littleinc.orm_benchmark__ with the name of your application below.
|
/art/compiler/optimizing/ |
D | induction_var_range.h | 133 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement);
|
D | induction_var_range_test.cc | 925 range_.Replace(loop_header_->GetLastInstruction(), x_, y_); in TEST_F() 1011 range_.Replace(loop_header_->GetLastInstruction(), x_, y_); in TEST_F()
|
D | superblock_cloner.cc | 563 induction_range_->Replace(user, old_instruction, replacement); in UpdateInductionRangeInfoOf()
|
D | loop_optimization.cc | 1190 induction_range_.Replace(use.GetUser(), phi, repl); // update induction use in Vectorize() 2464 induction_range_.Replace(user, instruction, replacement); // update induction in TryReplaceWithLastValue()
|
D | induction_var_range.cc | 341 void InductionVarRange::Replace(HInstruction* instruction, in Replace() function in art::InductionVarRange
|
D | bounds_check_elimination.cc | 1846 induction_range_.Replace(user, instruction, phi); // update induction in InsertPhiNodes()
|