Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Drelative_patcher_test.h261 std::string replacement = oss.str(); in DumpDiff() local
/art/compiler/optimizing/
Dinduction_var_range.cc343 HInstruction* replacement) { in Replace()
1382 HInstruction* replacement) { in ReplaceInduction()
Dinstruction_simplifier.cc1581 HCondition* replacement = in VisitCondition() local
2375 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.cc2450 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dbounds_check_elimination.cc1896 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()