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

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp580 extern "C" void pss() { // print all stacks function
582 Command c("pss");
766 tty->print_cr(" pss() - print all thread stacks");
813 (char *)"pss", CMDID_PSS, " Print All Thread Stack Trace",
867 pss();
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp411 const ParScanThreadState & pss = thread_state(i); local
412 const double elapsed_ms = pss.elapsed_time() * 1000.0;
413 const double s_roots_ms = pss.strong_roots_time() * 1000.0;
414 const double term_ms = pss.term_time() * 1000.0;
418 term_ms, term_ms * 100 / elapsed_ms, pss.term_attempts());
436 const ParScanThreadState & pss = thread_state(i); local
437 const TaskQueueStats & stats = pss.taskqueue_stats();
441 if (pss.overflow_refills() > 0) {
444 pss.overflow_refills(), pss
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp4858 G1ParScanThreadState* const pss = par_scan_state(); local
4859 pss->start_term_time();
4861 pss->end_term_time();
4867 G1ParScanThreadState* const pss = par_scan_state(); local
4868 pss->trim_queue();
4871 while (queues()->steal(pss->queue_num(), pss->hash_seed(), stolen_task)) {
4872 assert(pss->verify_task(stolen_task), "sanity");
4874 pss->deal_with_reference((narrowOop*) stolen_task);
4876 pss
5207 G1CopyingKeepAliveClosure(G1CollectedHeap* g1h, OopClosure* non_heap_obj_cl, OopsInHeapRegionClosure* perm_obj_cl, G1ParScanThreadState* pss) argument
5268 G1STWDrainQueueClosure(G1CollectedHeap* g1h, G1ParScanThreadState* pss) argument
5274 G1ParScanThreadState* const pss = par_scan_state(); local
[all...]

Completed in 51 milliseconds