Searched defs:is_allocation_record (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp156 inline static bool is_allocation_record(MEMFLAGS flags) { function in class:MemPointerRecord
254 inline bool is_allocation_record() const { function in class:MemPointerRecord
255 return is_allocation_record(_flags);
374 return is_allocation_record();

Completed in 32 milliseconds