Searched refs:gc_index (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.cpp329 if (_last_gc_stat->gc_index() != 0) {
330 dest->set_index(_last_gc_stat->gc_index());
339 return _last_gc_stat->gc_index();
H A DmemoryManager.hpp128 size_t gc_index() { return _index; } function in class:GCStatInfo
H A DgcNotifier.cpp165 constructor_args.push_long(gcStatInfo->gc_index());
H A Djmm.h181 jlong gc_index; /* Index of the collections */ member in struct:__anon477
H A Dmanagement.cpp2037 // gc_index == 0 indicates no GC statistics available
2061 gc_stat->gc_index = 0;
2065 gc_stat->gc_index = stat.gc_index();
/openjdk7/jdk/src/share/native/sun/management/
H A DGcInfoBuilder.c207 if (gc_stat.gc_index == 0) {
273 gc_stat.gc_index,
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h181 jlong gc_index; /* Index of the collections */ member in struct:__anon571

Completed in 61 milliseconds