Home
last modified time | relevance | path

Searched defs:replaceCurrentInstruction (Results 1 – 5 of 5) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstructionIterator.java25 void replaceCurrentInstruction(Instruction newInstruction); in replaceCurrentInstruction() method
DIRCodeInstructionsIterator.java51 public void replaceCurrentInstruction(Instruction newInstruction) { in replaceCurrentInstruction() method in IRCodeInstructionsIterator
DInstructionListIterator.java84 void replaceCurrentInstruction(Instruction newInstruction); in replaceCurrentInstruction() method
DBasicBlockInstructionIterator.java135 public void replaceCurrentInstruction(Instruction newInstruction) { in replaceCurrentInstruction() method in BasicBlockInstructionIterator
/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveSchedulerTest.java37 public void replaceCurrentInstruction(Instruction newInstruction) { in replaceCurrentInstruction() method in RegisterMoveSchedulerTest.CollectMovesIterator