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

/openjdk7/hotspot/src/share/vm/services/
H A DlowMemoryDetector.cpp43 int num_memory_pools = MemoryService::num_memory_pools(); local
44 for (int i = 0; i < num_memory_pools; i++) {
64 int num_memory_pools = MemoryService::num_memory_pools(); local
65 for (int i = 0; i < num_memory_pools; i++) {
84 int num_memory_pools = MemoryService::num_memory_pools(); local
85 for (int i = 0; i < num_memory_pools; i++) {
151 int num_memory_pools local
[all...]
H A DmemoryService.hpp140 static const int num_memory_pools() { function in class:MemoryService
H A DlowMemoryDetector.hpp262 int num_memory_pools = MemoryService::num_memory_pools(); local
263 for (int i=0; i<num_memory_pools; i++) {
H A DmemoryManager.hpp71 int num_memory_pools() const { return _num_pools; } function in class:MemoryManager
H A Dmanagement.cpp562 int num_memory_pools; variable
565 num_memory_pools = MemoryService::num_memory_pools();
571 num_memory_pools = mgr->num_memory_pools();
577 objArrayOop r = oopFactory::new_objArray(ik(), num_memory_pools, CHECK_NULL);
582 for (int i = 0; i < num_memory_pools; i++) {
590 for (int i = 0; i < num_memory_pools; i++) {
847 for (int i = 0; i < MemoryService::num_memory_pools(); i++) {
2058 int num_pools = MemoryService::num_memory_pools();
[all...]

Completed in 52 milliseconds