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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp117 _size(0), _ref(ref), _size_of_instances_in_words(0) {
162 _size_of_instances_in_words += obj->size();
177 return _size_of_instances_in_words;
H A DheapInspection.hpp89 size_t _size_of_instances_in_words; member in class:KlassInfoTable

Completed in 22 milliseconds