Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 1 of 1) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java68 if (getInstructionOutputType(mInsn) != OutputType.UNKNOWN) { in canMutate()
94 if (getInstructionOutputType(insnOutputToPrint) == OutputType.UNKNOWN) { in generateMutation()
119 OutputType outputType = getInstructionOutputType(insnOutputToPrint); in applyMutation()
121 if (outputType == OutputType.UNKNOWN) { in applyMutation()
132 if (outputType == OutputType.LONG || outputType == OutputType.DOUBLE) { in applyMutation()
135 if (outputType == OutputType.STRING) { in applyMutation()
193 private static enum OutputType { enum in ValuePrinter
206 private OutputType(String s) { in OutputType() method in ValuePrinter.OutputType
215 private OutputType getInstructionOutputType(MInsn mInsn) { in getInstructionOutputType()
218 return OutputType.STRING; in getInstructionOutputType()
[all …]