Searched defs:_total_size (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcopyFailedInfo.hpp34 size_t _total_size; member in class:CopyFailedInfo
38 CopyFailedInfo() : _first_size(0), _smallest_size(0), _total_size(0), _count(0) {}
47 _total_size += size;
54 _total_size = 0;
61 size_t total_size() const { return _total_size; }
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp167 size_t _total_size; member in class:BinaryTreeDictionary
175 void set_total_size(size_t v) { _total_size = v; }
241 size_t total_size() const { return _total_size; }
277 "_total_size inconsistency");
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp328 csize_t _total_size; // size in bytes of combined memory buffer member in class:CodeBuffer
354 _total_size = code_size;
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1346 long klassItable::_total_size; // Total no. of bytes used for itables member in class:klassItable
1351 tty->print_cr("%6d K uses for itables (average by class: %d bytes)", _total_size / K, _total_size / _total_classes);

Completed in 93 milliseconds