Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java27 public int returnValue; field in ExecutionResult
/art/runtime/jdwp/
Djdwp_event.cc872 int eventFlags, const JValue* returnValue) { in PostLocationEvent()