Searched refs:HeapInspection (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp37 // HeapInspection
255 HeapWord* HeapInspection::start_of_perm_gen() {
269 bool HeapInspection::is_shared_heap() {
275 void HeapInspection::prologue() {
282 void HeapInspection::epilogue() {
289 size_t HeapInspection::populate_table(KlassInfoTable* cit,
309 void HeapInspection::heap_inspection(outputStream* st, bool need_prologue) {
351 void HeapInspection::find_instances_at_safepoint(klassOop k, GrowableArray<oop>* result) {
H A DheapInspection.hpp32 // HeapInspection
127 class HeapInspection : public AllStatic { class in inherits:AllStatic
H A DgenCollectedHeap.hpp51 friend class HeapInspection;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTrace.cpp152 KlassInfoTable cit(HeapInspection::start_of_perm_gen());
155 HeapInspection::populate_table(&cit, false, &object_filter);
H A DvmGCOperations.cpp175 HeapInspection::heap_inspection(_out, _need_prologue /* need_prologue */);
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp623 HeapInspection::find_instances_at_safepoint(SystemDictionary::abstract_ownable_synchronizer_klass(),

Completed in 29 milliseconds