Searched refs:classLoaderCommand (Results 1 – 2 of 2) sorted by relevance
67 CommandPacket classLoaderCommand = new CommandPacket( in testClassLoader001() local70 classLoaderCommand.setNextValueAsReferenceTypeID(refTypeID); in testClassLoader001()72 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in testClassLoader001()73 classLoaderCommand = null; in testClassLoader001()
126 CommandPacket classLoaderCommand = new CommandPacket( in testClassObject001() local129 classLoaderCommand.setNextValueAsReferenceTypeID(refTypeID); in testClassObject001()131 ReplyPacket classLoaderReply = debuggeeWrapper.vmMirror.performCommand(classLoaderCommand); in testClassObject001()132 classLoaderCommand = null; in testClassObject001()