Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc961 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
Dinduction_var_range.cc343 HInstruction* replacement) { in Replace()
1382 HInstruction* replacement) { in ReplaceInduction()
Dinstruction_simplifier.cc1571 HCondition* replacement = in VisitCondition() local
2365 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
Dsuperblock_cloner.cc561 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
Dinduction_var_analysis.cc162 HInstruction* replacement, in FixOutsideUse()
Dloop_optimization.cc2406 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dbounds_check_elimination.cc1896 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
/art/dex2oat/linker/
Drelative_patcher_test.h266 std::string replacement = oss.str(); in DumpDiff() local
/art/openjdkjvmti/
Dti_redefine.cc2765 art::ObjPtr<art::mirror::Class> replacement(holder.GetNewClassObject()); in UpdateClassStructurally() local