HomeSort by relevance Sort by last modified time
    Searched defs:deleteInstruction (Results 1 - 5 of 5) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/program/
MutatableCode.java 232 * The actual implementation of deleteInstruction called by
287 public void deleteInstruction(MInsn toBeDeleted) {
294 public void deleteInstruction(int toBeDeletedIdx) {
350 deleteInstruction(0);
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseSimplifier.java 319 deleteInstruction(clazz,
658 private void deleteInstruction(Clazz clazz,
671 codeAttributeEditor.deleteInstruction(offset);
  /external/swiftshader/src/Reactor/
Optimizer.cpp 37 void deleteInstruction(Ice::Inst *instruction);
131 deleteInstruction(&inst);
402 deleteInstruction(store);
497 deleteInstruction(instruction);
500 void Optimizer::deleteInstruction(Ice::Inst *instruction)
525 deleteInstruction(getDefinition(var));
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 318 public void deleteInstruction(int instructionOffset)
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 136 milliseconds