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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryPool.hpp97 bool is_heap() { return _type == Heap; } function in class:MemoryPool
H A DmemoryService.cpp216 bool is_heap,
219 MemoryPool::PoolType type = (is_heap ? MemoryPool::Heap : MemoryPool::NonHeap);
227 bool is_heap,
230 MemoryPool::PoolType type = (is_heap ? MemoryPool::Heap : MemoryPool::NonHeap);
239 bool is_heap,
242 MemoryPool::PoolType type = (is_heap ? MemoryPool::Heap : MemoryPool::NonHeap);
252 bool is_heap,
255 MemoryPool::PoolType type = (is_heap ? MemoryPool::Heap : MemoryPool::NonHeap);
277 true, /* is_heap */
282 true, /* is_heap */
214 add_gen(Generation* gen, const char* name, bool is_heap, bool support_usage_threshold) argument
225 add_space(ContiguousSpace* space, const char* name, bool is_heap, size_t max_size, bool support_usage_threshold) argument
237 add_survivor_spaces(DefNewGeneration* gen, const char* name, bool is_heap, size_t max_size, bool support_usage_threshold) argument
250 add_cms_space(CompactibleFreeListSpace* space, const char* name, bool is_heap, size_t max_size, bool support_usage_threshold) argument
[all...]

Completed in 2074 milliseconds