Searched refs:testedClassID (Results 1 – 1 of 1) sorted by relevance
52 private long testedClassID = -1; field in CombinedEvents002Test112 testedClassID = in prepareDebuggee()114 if ( testedClassID == -1 ) { in prepareDebuggee()120 logWriter.println("==> testedClassID = " + testedClassID); in prepareDebuggee()124 testedMethodID = debuggeeWrapper.vmMirror.getMethodID(testedClassID, TESTED_METHOD_NAME); in prepareDebuggee()131 printMethodLineTable(testedClassID, null, TESTED_METHOD_NAME); in prepareDebuggee()132 testedMethodStartCodeIndex = getMethodStartCodeIndex(testedClassID, TESTED_METHOD_NAME); in prepareDebuggee()138 testedMethodEndCodeIndex = getMethodEndCodeIndex(testedClassID, TESTED_METHOD_NAME); in prepareDebuggee()269 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID, in checkMethodEntryEvent()277 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID, in checkMethodExitEvent()[all …]