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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp82 KlassInfoEntry* KlassInfoBucket::lookup(const klassOop k) {
98 void KlassInfoBucket::iterate(KlassInfoClosure* cic) {
106 void KlassInfoBucket::empty() {
118 _buckets = (KlassInfoBucket *) os::malloc(sizeof(KlassInfoBucket) * _num_buckets, mtInternal);
132 FREE_C_HEAP_ARRAY(KlassInfoBucket, _buckets, mtInternal);
H A DheapInspection.hpp38 // A KlassInfoBucket is the head of a link list
73 class KlassInfoBucket: public CHeapObj<mtInternal> { class in inherits:CHeapObj
96 KlassInfoBucket* _buckets;

Completed in 22 milliseconds