Searched refs:GenDCmdArgument (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp77 class GenDCmdArgument : public ResourceObj { class in inherits:ResourceObj
79 GenDCmdArgument* _next;
87 GenDCmdArgument(const char* name, const char* description, const char* type, function in class:GenDCmdArgument
114 void set_next(GenDCmdArgument* arg) {
117 GenDCmdArgument* next() {
129 template <class ArgType> class DCmdArgument: public GenDCmdArgument {
135 GenDCmdArgument(name, description, type, NULL, mandatory) { }
138 GenDCmdArgument(name, description, type, defaultvalue, mandatory)
H A DdiagnosticArgument.cpp31 void GenDCmdArgument::read_value(const char* str, size_t len, TRAPS) {
47 void GenDCmdArgument::to_string(jlong l, char* buf, size_t len) {
51 void GenDCmdArgument::to_string(bool b, char* buf, size_t len) {
55 void GenDCmdArgument::to_string(NanoTimeArgument n, char* buf, size_t len) {
59 void GenDCmdArgument::to_string(MemorySizeArgument m, char* buf, size_t len) {
63 void GenDCmdArgument::to_string(char* c, char* buf, size_t len) {
67 void GenDCmdArgument::to_string(StringArrayArgument* f, char* buf, size_t len) {
H A DdiagnosticFramework.hpp191 GenDCmdArgument* _options;
192 GenDCmdArgument* _arguments_list;
200 void add_dcmd_option(GenDCmdArgument* arg);
201 void add_dcmd_argument(GenDCmdArgument* arg);
202 GenDCmdArgument* lookup_dcmd_option(const char* name, size_t len);
203 GenDCmdArgument* arguments_list() { return _arguments_list; };
/openjdk7/hotspot/src/share/vm/prims/wbtestmethods/
H A DparserTests.cpp139 GenDCmdArgument* arg = parser.lookup_dcmd_option(parsedArgNames->at(i), strlen(parsedArgNames->at(i)));

Completed in 25 milliseconds