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

/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp405 static MemoryPool* get_memory_pool_from_jobject(jobject obj, TRAPS) { function
612 pool = get_memory_pool_from_jobject(obj, CHECK_NULL);
651 MemoryPool* pool = get_memory_pool_from_jobject(obj, CHECK_NULL);
666 MemoryPool* pool = get_memory_pool_from_jobject(obj, CHECK_NULL);
681 MemoryPool* pool = get_memory_pool_from_jobject(obj, CHECK_NULL);
706 MemoryPool* mpool = get_memory_pool_from_jobject(obj, CHECK);
748 MemoryPool* pool = get_memory_pool_from_jobject(obj, CHECK_(0L));

Completed in 2083 milliseconds