Searched defs:CmdLine (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp33 CmdLine::CmdLine(const char* line, size_t len, bool no_command_name) { function in class:CmdLine
185 void DCmdParser::parse(CmdLine* line, char delim, TRAPS) {
385 CmdLine line = iter.next();
399 void DCmdWithParser::parse(CmdLine* line, char delim, TRAPS) {
445 DCmd* DCmdFactory::create_global_DCmd(CmdLine &line, outputStream* out, TRAPS) {
458 DCmd* DCmdFactory::create_local_DCmd(CmdLine &line, outputStream* out, TRAPS) {
H A DdiagnosticFramework.hpp37 // CmdLine is the class used to handle a command line containing a single
41 class CmdLine : public StackObj { class in inherits:StackObj
48 CmdLine(const char* line, size_t len, bool no_command_name);
58 // Iterator class taking a character string in input and returning a CmdLine
76 CmdLine next() {
80 CmdLine line(&(_str[_cursor]), n - _cursor, false);
82 // The default copy constructor of CmdLine is used to return a CmdLine
205 void parse(CmdLine* line, char delim, TRAPS);
258 virtual void parse(CmdLine* lin
[all...]

Completed in 63 milliseconds