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

/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp37 class MemPointerIterator : public MemPointerArrayIteratorImpl {
40 MemPointerArrayIteratorImpl(arr) {
185 MemPointerArrayIteratorImpl _itr;
253 MemPointerArrayIteratorImpl _itr;
H A DmemBaseline.cpp115 MemPointerArrayIteratorImpl malloc_itr((MemPointerArray*)malloc_records);
168 MemPointerArrayIteratorImpl vm_itr((MemPointerArray*)vm_records);
194 MemPointerArrayIteratorImpl malloc_itr(const_cast<MemPointerArray*>(malloc_records));
257 MemPointerArrayIteratorImpl vm_itr((MemPointerArray*)vm_records);
340 MemPointerArrayIteratorImpl itr(_vm_cs);
H A DmemPtrArray.hpp86 class MemPointerArrayIteratorImpl : public MemPointerArrayIterator { class in inherits:MemPointerArrayIterator
92 MemPointerArrayIteratorImpl(MemPointerArray* arr) { function in class:MemPointerArrayIteratorImpl
H A DmemReporter.cpp81 MemPointerArrayIteratorImpl itr = MemPointerArrayIteratorImpl(pBL->_vm_map);
105 MemPointerArrayIteratorImpl malloc_itr(pBL->_malloc_cs);
115 MemPointerArrayIteratorImpl vm_itr(pBL->_vm_cs);
182 MemPointerArrayIteratorImpl cur_malloc_itr(pBL_cur->_malloc_cs);
183 MemPointerArrayIteratorImpl prev_malloc_itr(pBL_prev->_malloc_cs);
240 MemPointerArrayIteratorImpl cur_vm_itr(pBL_cur->_vm_cs);
241 MemPointerArrayIteratorImpl prev_vm_itr(pBL_prev->_vm_cs);
H A DmemRecorder.cpp163 MemPointerArrayIteratorImpl itr(_pointer_records);
H A DmemRecorder.hpp132 MemPointerArrayIteratorImpl _itr;
H A DmemSnapshot.cpp671 MemPointerArrayIteratorImpl mItr(_alloc_ptrs);
684 MemPointerArrayIteratorImpl itr(_staging_area.malloc_data());
698 MemPointerArrayIteratorImpl itr(_staging_area.malloc_data());
710 MemPointerArrayIteratorImpl vm_itr(_staging_area.vm_data());
719 MemPointerArrayIteratorImpl itr(_vm_ptrs);

Completed in 55 milliseconds