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

/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp394 NOT_PRODUCT(bool has_allocation_record(address addr);)
H A DmemSnapshot.cpp573 else if (!has_allocation_record(new_rec->addr())) {
683 bool MemSnapshot::has_allocation_record(address addr) { function in class:MemSnapshot

Completed in 24 milliseconds