Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java554 int jdwpSize; in StepRequestImpl() local
557 jdwpSize = JDWP.StepSize.MIN; in StepRequestImpl()
560 jdwpSize = JDWP.StepSize.LINE; in StepRequestImpl()
597 create(this.thread, jdwpSize, jdwpDepth)); in StepRequestImpl()