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

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp160 inline static bool is_deallocation_record(MEMFLAGS flags) { function in class:MemPointerRecord
276 inline bool is_deallocation_record() const { function in class:MemPointerRecord
277 return is_deallocation_record(_flags);
H A DmemSnapshot.cpp47 } else if (rec->is_deallocation_record()) {
260 assert(rec->is_deallocation_record(), "Sanity check");
542 assert(new_rec->is_deallocation_record(), "Sanity check");
617 } else if (new_rec->is_deallocation_record()) {

Completed in 45 milliseconds