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

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.hpp119 int _num_arguments; member in class:DCmdInfo
130 this->_num_arguments = num_arguments;
136 int num_arguments() const { return _num_arguments; }
336 int _num_arguments; member in class:DCmdFactory
343 _num_arguments = num_arguments;
349 int num_arguments() { return _num_arguments; }

Completed in 353 milliseconds