Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DMethodImpl.java317 Value nthArgValue = arguments.get(paramCount - 1); in handleVarArgs() local
318 if (nthArgValue == null && argCount == paramCount) { in handleVarArgs()
325 Type nthArgType = (nthArgValue == null) ? null : nthArgValue.type(); in handleVarArgs()