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

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp290 int res = sscanf(str, UINT64_FORMAT "%c", &_value._val, &_value._multiplier);
292 switch (_value._multiplier) {
304 _value._multiplier = ' ';
326 _value._multiplier = ' ';
H A DdiagnosticArgument.hpp74 char _multiplier; member in class:MemorySizeArgument

Completed in 31 milliseconds