Searched defs:replacement (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.cc | 961 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() 969 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith() 1127 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 1298 void HInstruction::ReplaceUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceUsesDominatedBy() 1320 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy() 1333 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 2613 HInstruction* replacement = nullptr; in InlineInto() local 3095 HInstruction* replacement = nullptr; in InsertOppositeCondition() local 3122 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
|
D | induction_var_range.cc | 343 HInstruction* replacement) { in Replace() 1382 HInstruction* replacement) { in ReplaceInduction()
|
D | instruction_simplifier.cc | 1571 HCondition* replacement = in VisitCondition() local 2365 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
|
D | superblock_cloner.cc | 561 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
|
D | induction_var_analysis.cc | 162 HInstruction* replacement, in FixOutsideUse()
|
D | loop_optimization.cc | 2406 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
|
D | bounds_check_elimination.cc | 1896 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 266 std::string replacement = oss.str(); in DumpDiff() local
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 2765 art::ObjPtr<art::mirror::Class> replacement(holder.GetNewClassObject()); in UpdateClassStructurally() local
|