Searched refs:need_prologue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp138 bool need_prologue) :
145 _need_prologue = need_prologue;
137 VM_GC_HeapInspection(outputStream* out, bool request_full_gc, bool need_prologue) argument
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.hpp129 static void heap_inspection(outputStream* st, bool need_prologue);
131 bool need_prologue,
H A DheapInspection.cpp290 bool need_prologue,
294 if (need_prologue) {
302 if (need_prologue) {
309 void HeapInspection::heap_inspection(outputStream* st, bool need_prologue) { argument
314 size_t missed_count = populate_table(&cit, need_prologue);
289 populate_table(KlassInfoTable* cit, bool need_prologue, BoolObjectClosure *filter) argument

Completed in 32 milliseconds