Lines Matching refs:JDWP_ERROR
44 serror = JDWP_ERROR(THREAD_NOT_SUSPENDED); in validateThreadFrame()
138 return JDWP_ERROR(INVALID_TAG); in writeVariableValue()
210 return JDWP_ERROR(INVALID_TAG); in readVariableValue()
246 if (serror != JDWP_ERROR(NONE)) { in getValues()
266 if (serror != JDWP_ERROR(NONE)) { in getValues()
304 if (serror != JDWP_ERROR(NONE)) { in setValues()
326 if (serror != JDWP_ERROR(NONE)) in setValues()
330 if (serror != JDWP_ERROR(NONE)) { in setValues()
361 if (serror != JDWP_ERROR(NONE)) { in thisObject()
413 if (serror != JDWP_ERROR(NONE)) in thisObject()
442 if (serror != JDWP_ERROR(NONE)) { in popFrames()
448 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in popFrames()