Searched refs:is_arena_memory_record (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp168 inline static bool is_arena_memory_record(MEMFLAGS flags) { function in class:MemPointerRecord
259 inline bool is_arena_memory_record() const { function in class:MemPointerRecord
260 return is_arena_memory_record(_flags);
270 assert(is_arena_memory_record(), "not size record");
H A DmemBaseline.cpp122 if (malloc_ptr->is_arena_memory_record()) {
133 if (next_malloc_ptr != NULL && next_malloc_ptr->is_arena_memory_record()) {
217 if (!MemPointerRecord::is_arena_memory_record(malloc_ptr->flags())) {
H A DmemSnapshot.cpp53 if (rec->is_arena_memory_record()) {
528 assert(matched_rec->is_allocation_record() || matched_rec->is_arena_memory_record(),
533 } else if (new_rec->is_arena_memory_record()) {
546 if (next != NULL && next->is_arena_memory_record() &&
556 if (new_rec->is_arena_memory_record() && new_rec->size() == 0) {
561 if (new_rec->is_allocation_record() || new_rec->is_arena_memory_record()) {
H A DmemSnapshot.hpp209 if (next_rec != NULL && next_rec->is_arena_memory_record()) {

Completed in 56 milliseconds