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

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp47 size_t _amount; // total amount of memory malloc-ed from this callsite member in class:MallocCallsitePointer
52 _amount = 0;
57 _amount = 0;
63 _amount = p.amount();
69 _amount += size;
77 return _amount;
141 size_t _amount; member in class:MallocMem
147 _amount = 0;
154 _amount = 0;
163 _amount
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp131 int _amount; member in class:streamIndentor
134 streamIndentor(outputStream* str, int amt = 2) : _str(str), _amount(amt) {
135 _str->inc(_amount);
137 ~streamIndentor() { _str->dec(_amount); }

Completed in 36 milliseconds