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.java119 OutputType outputType = getInstructionOutputType(insnOutputToPrint); in applyMutation() local
121 if (outputType == OutputType.UNKNOWN) { in applyMutation()
128 outputType.getSignatureForPrintln()); in applyMutation()
132 if (outputType == OutputType.LONG || outputType == OutputType.DOUBLE) { in applyMutation()
135 if (outputType == OutputType.STRING) { in applyMutation()