Home
last modified time | relevance | path

Searched refs:UNKNOWN (Results 1 – 5 of 5) 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()
121 if (outputType == OutputType.UNKNOWN) { in applyMutation()
203 UNKNOWN("UNKNOWN"); enumConstant
264 return OutputType.UNKNOWN; in getInstructionOutputType()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DRootType.java83 UNKNOWN (1 << 11), enumConstant
DParser.java557 roots.add(new RootData(objectId, RootType.UNKNOWN)); in parseInternal()
/art/test/1927-exception-event/
Dexpected.txt73 Will be caught by: <UNKNOWN>
85 Will be caught by: <UNKNOWN>
182 Will be caught by: <UNKNOWN>
195 Will be caught by: <UNKNOWN>
208 Will be caught by: <UNKNOWN>
221 Will be caught by: <UNKNOWN>
/art/tools/ahat/etc/
Dahat_api.txt220 enum_constant public static final com.android.ahat.heapdump.RootType UNKNOWN;