Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h235 std::string replacement = oss.str(); in DumpDiff() local
/art/compiler/optimizing/
Dnodes.cc768 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith()
1099 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
2142 HInstruction* replacement = nullptr; in InlineInto() local
2514 HInstruction* replacement = nullptr; in InsertOppositeCondition() local
2541 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
Dinstruction_simplifier.cc1044 HCondition* replacement = GetOppositeConditionSwapOps(block->GetGraph()->GetArena(), condition); in VisitCondition() local
Dbounds_check_elimination.cc1705 static void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()