Searched refs:returnValue (Results 1 - 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
H A DExecutionResult.java27 public int returnValue; field in class:ExecutionResult
116 return (returnValue == TIMEOUT_RETURN_VALUE);
120 return (returnValue == SIGABORT_RETURN_VALUE);
/art/tools/dexfuzz/src/dexfuzz/executors/
H A DDevice.java213 result.returnValue = process.waitFor();
215 Log.info("Return value: " + result.returnValue);
228 result.output.add("RETURN CODE: " + result.returnValue);
285 if (result.returnValue != 0) {
/art/test/989-method-trace-throw/src/art/
H A DTest989.java44 testMethods.add(Test989.class.getDeclaredMethod("returnValue"));
332 Object o = returnValue();
333 System.out.println("returnValue returned: " + o);
441 public static Object returnValue() { method in class:Test989
/art/runtime/jdwp/
H A Djdwp.h206 * "returnValue" is non-null for MethodExit events only.
209 const JValue* returnValue)
H A Djdwp_event.cc872 int eventFlags, const JValue* returnValue) {
953 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq);
871 PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags, const JValue* returnValue) argument

Completed in 85 milliseconds