Searched refs:is_allocation_record (Results 1 - 3 of 3) 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();
H A DmemSnapshot.cpp41 if (rec->is_allocation_record()) {
55 } else if (rec->is_allocation_record()) {
76 if (rec->is_allocation_record()) {
100 assert(rec->is_allocation_record() || rec->is_commit_record(),
112 assert(rec->is_allocation_record() || rec->is_commit_record(),
125 assert(rec->is_allocation_record(), "Sanity check");
528 assert(matched_rec->is_allocation_record() || matched_rec->is_arena_memory_record(),
531 if (new_rec->is_allocation_record()) {
561 if (new_rec->is_allocation_record() || new_rec->is_arena_memory_record()) {
599 if (new_rec->is_allocation_record()) {
[all...]
H A DmemSnapshot.hpp230 assert(prev_rec->is_allocation_record(),

Completed in 39 milliseconds