Searched refs:malloc_itr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.cpp115 MemPointerArrayIteratorImpl malloc_itr((MemPointerArray*)malloc_records);
116 MemPointerRecord* malloc_ptr = (MemPointerRecord*)malloc_itr.current();
132 MemPointerRecord* next_malloc_ptr = (MemPointerRecordEx*)malloc_itr.peek_next();
139 malloc_itr.next();
143 malloc_ptr = (MemPointerRecordEx*)malloc_itr.next();
194 MemPointerArrayIteratorImpl malloc_itr(const_cast<MemPointerArray*>(malloc_records));
195 MemPointerRecordEx* malloc_ptr = (MemPointerRecordEx*)malloc_itr.current();
232 malloc_ptr = (MemPointerRecordEx*)malloc_itr.next();
H A DmemReporter.cpp105 MemPointerArrayIteratorImpl malloc_itr(pBL->_malloc_cs);
107 (MallocCallsitePointer*)malloc_itr.current();
111 malloc_callsite = (MallocCallsitePointer*)malloc_itr.next();
H A DmemSnapshot.cpp504 MallocRecordIterator malloc_itr = _staging_area.malloc_record_walker(); local
506 if (promote_malloc_records(&malloc_itr)) {

Completed in 26 milliseconds