Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexFile.java150 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
159 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
168 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
177 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
186 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
195 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
209 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
218 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
228 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
238 Log.errorAndQuit("MapItem's size " + mapItem.size in write()
[all …]
DOffsetTracker.java186 Log.errorAndQuit("Not all created Offsettable items have been added to the " in updatePositionOfNextOffsettable()
241 Log.errorAndQuit("Being asked to update dangling offsets but the " in updateOffsets()
277 Log.errorAndQuit("Being asked to go to the point before the MapList was written out," in goBackToPreviousPoint()
296 Log.errorAndQuit("Header " + offsetName + " offset not pointing at first element?"); in updateHeaderOffsetIfValid()
358 Log.errorAndQuit("When calling updateMapListOffsets, could not find new " in updateOffsetsInHeaderAndMapFile()
424 Log.errorAndQuit("Could not find any StringDataItems to insert the type list before."); in insertNewOffsettableAsFirstEverTypeList()
445 Log.errorAndQuit("Could not find any MethodIdItems to insert the field before."); in insertNewOffsettableAsFirstEverField()
459 Log.errorAndQuit("Could not find any object of class: " + item.getClass()); in insertNewOffsettableAsFirstOfType()
476 Log.errorAndQuit("Did not find specified 'after' object in offsettable table."); in insertNewOffsettableAfter()
DHeaderItem.java81 Log.errorAndQuit("Invalid header size in header."); in read()
84 Log.errorAndQuit("Read a different amount than expected in header: " in read()
DEncodedMethod.java34 Log.errorAndQuit("Sorry, DEX files with native methods are not supported yet."); in read()
DInstruction.java123 Log.errorAndQuit("Couldn't find OpcodeInfo for opcode with value: " in read()
190 Log.errorAndQuit("Unrecognised ident in data-payload instruction: " + rawType); in readOpcode()
270 Log.errorAndQuit("Invalid number of vregs reported by a Format."); in toString()
312 Log.errorAndQuit(String.format("Opcode: %s (enum ordinal 0x%x) != (value 0x%x)", in addOpcodeInfo()
581 Log.errorAndQuit("Incorrect number of bytecodes defined.");
DCodeItem.java200 Log.errorAndQuit("Unexpected IndexUpdateKind requested " in incrementIndex()
DMapList.java198 Log.errorAndQuit("Encountered unknown map item when reading map item list."); in read()
/art/tools/dexfuzz/src/dexfuzz/program/
DMutationSerializer.java55 Log.errorAndQuit("Could not read line during mutation loading."); in readMutation()
66 Log.errorAndQuit("Cannot find a mutator class called: " + mutatorClassName); in readMutation()
73 Log.errorAndQuit("Unable to instantiate " + mutatorClassName in readMutation()
76 Log.errorAndQuit("Unable to access methods in " + mutatorClassName + "."); in readMutation()
80 Log.errorAndQuit("Unable to get Mutation for Mutator: " + mutatorClassName); in readMutation()
DIdCreator.java56 Log.errorAndQuit("Did not create necessary return type before finding insertion " in findProtoIdInsertionPoint()
61 Log.errorAndQuit("Did not create necessary parameter list before finding insertion " in findProtoIdInsertionPoint()
92 Log.errorAndQuit("Did not create necessary class, name or proto strings before finding " in findMethodIdInsertionPoint()
117 Log.errorAndQuit("Did not create necessary descriptor string before finding " in findTypeIdInsertionPoint()
148 Log.errorAndQuit("Did not create necessary class, type or name strings before finding " in findFieldIdInsertionPoint()
171 Log.errorAndQuit("Referenced too many methods for the DEX file."); in createMethodId()
258 Log.errorAndQuit("Referenced too many classes for the DEX file."); in createTypeId()
325 Log.errorAndQuit("Corrupted DEX file, len(StringIDs) != len(StringDatas)"); in createString()
406 Log.errorAndQuit("Referenced too many fields for the DEX file."); in createFieldId()
500 Log.errorAndQuit("Invalid signature: " + signature); in convertSignatureToParametersAndReturnType()
[all …]
DCodeTranslator.java116 Log.errorAndQuit("Bad offset calculation in data-target insn"); in codeItemToMutatableCode()
123 Log.errorAndQuit("Bad offset calculation in branch insn"); in codeItemToMutatableCode()
160 Log.errorAndQuit(String.format("%s does not have expected location 0x%x", in mutatableCodeToCodeItem()
267 Log.errorAndQuit(String.format( in readTryBlocks()
272 Log.errorAndQuit(String.format( in readTryBlocks()
287 Log.errorAndQuit( in readTryBlocks()
301 Log.errorAndQuit(String.format( in readTryBlocks()
389 Log.errorAndQuit("Bad offset calculation for data target in switch insn"); in readSwitchInstruction()
439 Log.errorAndQuit("Bad offset calculation for target in switch insn"); in readSwitchInstruction()
DProgram.java316 Log.errorAndQuit("You've got an EncodedMethod that points to an Offsettable" in associateMethod()
449 Log.errorAndQuit("Why do you have a null MutatableCode?"); in mutateTheProgram()
461 Log.errorAndQuit("Why do you have a null MutatableCode?"); in mutateTheProgram()
489 Log.errorAndQuit("IOException while writing mutations to disk..."); in writeMutationsToDisk()
503 Log.errorAndQuit("IOException while loading mutations from disk..."); in loadMutationsFromDisk()
DMutatableCode.java341 Log.errorAndQuit("Not allocated enough temporary vregs!"); in getTemporaryVReg()
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java66 Log.errorAndQuit("Cannot run a fuzzed program if $" + key + " is not set!"); in checkForEnvVar()
85 Log.errorAndQuit("Host core image not found at " + coreImage.getPath() in setup()
103 Log.errorAndQuit("Problem executing ADB - is it in your $PATH?"); in setup()
106 Log.errorAndQuit("IOException when executing ADB, is it working?"); in setup()
108 Log.errorAndQuit("InterruptedException when executing ADB, is it working?"); in setup()
114 Log.errorAndQuit("Couldn't connect to specified ADB device: " + deviceName); in setup()
218 Log.errorAndQuit("ExecutionResult.execute() caught an IOException"); in executeCommand()
220 Log.errorAndQuit("ExecutionResult.execute() caught an InterruptedException"); in executeCommand()
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java147 Log.errorAndQuit("Executor doesn't have correct constructor."); in addExecutorsForArchitecture()
149 Log.errorAndQuit("Executor couldn't be instantiated."); in addExecutorsForArchitecture()
151 Log.errorAndQuit("Executor couldn't be accessed."); in addExecutorsForArchitecture()
153 Log.errorAndQuit("Invalid arguments to instantiation of Executor."); in addExecutorsForArchitecture()
155 Log.errorAndQuit("Instantiation of Executor threw an Exception!"); in addExecutorsForArchitecture()
210 Log.errorAndQuit("Problem loading seed file."); in fuzz()
238 Log.errorAndQuit("Your Fuzzer subclass called execute() " in execute()
413 Log.errorAndQuit("Couldn't open a file called " + inputName); in loadProgram()
415 Log.errorAndQuit("IOException when trying to load a DEX test file!"); in loadProgram()
440 Log.errorAndQuit("Couldn't open a file called " + outputName); in saveProgram()
[all …]
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DVRegChanger.java135 Log.errorAndQuit("Invalid number of vregs reported by a Format."); in generateMutation()
184 Log.errorAndQuit("Invalid number of vregs specified in a VRegChanger mutation."); in applyMutation()
DTryBlockShifter.java134 Log.errorAndQuit("Faulty logic in TryBlockShifter!"); in generateMutation()
203 Log.errorAndQuit("faulty logic in TryBlockShifter"); in applyMutation()
DInstructionDeleter.java133 Log.errorAndQuit("Tried to delete a data insn, " in applyMutation()
DRandomInstructionGenerator.java190 Log.errorAndQuit("Invalid number of vregs specified."); in generateMutation()
246 Log.errorAndQuit("Invalid number of vregs specified."); in applyMutation()
DConversionRepeater.java165 Log.errorAndQuit( in applyMutation()
DValuePrinter.java122 Log.errorAndQuit("Requested to print output of an instruction, whose output" in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java73 public static void errorAndQuit(String msg) { in errorAndQuit() method in Log
DDexFuzz.java88 Log.errorAndQuit("Invalid options provided, desired fuzzer unknown."); in main()
DOptions.java219 Log.errorAndQuit("Specified argument to --inputs is not a directory!"); in handleKeyValueOption()
332 Log.errorAndQuit("No input given, and couldn't find fuzzingseed.dex!"); in validateOptions()