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

/openjdk7/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp32 _num(0), _sum(0.0), _sum_of_squares(0.0),
37 if (_num == 0) {
51 if (_num == 0)
58 if (_num <= 1)
85 if (_num <= 1)
122 if (_num == 0) {
130 ++_num;
163 if (_num < _length)
164 ++_num;
171 if (_num
[all...]
H A DnumberSeq.hpp50 int _num; // the number of elements in the sequence member in class:AbsSeq
60 virtual double total() const { return (double) _num; };
71 int num() const { return _num; }
/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.hpp41 const int _num; // stack frame number (0 = most recent) member in class:RFrame
59 int num() const { return _num; }
H A Drframe.cpp39 _fr(fr), _thread(thread), _callee(callee), _num(callee ? callee->num() + 1 : 0) {
160 tty->print("%3d %s ", _num, is_interpreted() ? "I" : "C");
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp500 , _num(num)
524 fprintf(fp,"PipeClassForm: #%03d", _num);
H A Dformsopt.hpp363 int _num; // Used in name of MachNode subclass member in class:PipeClassForm
H A Doutput_c.cpp902 pipeclass->_num, resource_groups);
917 pipeclass->_num);
3211 machnode->_ident, ((class PipeClassForm *)_pipeline->_classdict[machnode->_machnode_pipe])->_num);
3223 max_ident_len, instr->_ident, ((class PipeClassForm *)_pipeline->_classdict[instr->_ins_pipe])->_num);
3225 max_ident_len, instr->_ident, ((class PipeClassForm *)_pipeline->_classdict[instr->_ins_pipe])->_num);

Completed in 50 milliseconds