Searched refs:FlatProfiler (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp44 // Static fields of FlatProfiler
45 int FlatProfiler::received_gc_ticks = 0;
46 int FlatProfiler::vm_operation_ticks = 0;
47 int FlatProfiler::threads_lock_ticks = 0;
48 int FlatProfiler::class_loader_ticks = 0;
49 int FlatProfiler::extra_ticks = 0;
50 int FlatProfiler::blocked_ticks = 0;
51 int FlatProfiler::deopt_ticks = 0;
52 int FlatProfiler::unknown_ticks = 0;
53 int FlatProfiler
[all...]
H A Dfprofiler.hpp48 class FlatProfiler;
174 friend class FlatProfiler;
227 class FlatProfiler: AllStatic { class in inherits:AllStatic
H A Djava.cpp491 FlatProfiler::disengage();
492 FlatProfiler::print(10);
H A Dthread.hpp1465 friend class FlatProfiler; // uses both [gs]et_thread_profiler.
H A Dthread.cpp1359 // Note: If the FlatProfiler is running, then this thread is waiting
1361 // FlatProfiler task, is waiting for the external suspend request on
1444 if (FlatProfiler::is_active()) {
1446 // or use one global one from FlatProfiler,
2701 // The ThreadProfiler oops_do is done from FlatProfiler::oops_do
3645 if (Arguments::has_profile()) FlatProfiler::engage(main_thread, true);
3930 // Note: If the FlatProfiler is running and this thread is waiting
3931 // for another non-daemon thread to finish, then the FlatProfiler
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp213 address bucket_pc = FlatProfiler::bucket_start_for(pc);
215 int bucket_count = FlatProfiler::bucket_count_for(pc0);
495 if (FlatProfiler::bucket_start_for(p) != NULL) {
501 address bucket_pc = FlatProfiler::bucket_start_for(p1);
503 total_bucket_count += FlatProfiler::bucket_count_for(p0);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.cpp77 FlatProfiler::oops_do(&roots_closure);
H A DpsMarkSweep.cpp526 FlatProfiler::oops_do(mark_and_push_closure());
632 FlatProfiler::oops_do(adjust_root_pointer_closure());
H A DpcTasks.cpp102 FlatProfiler::oops_do(&mark_and_push_closure);
H A DpsParallelCompact.cpp2492 FlatProfiler::oops_do(adjust_root_pointer_closure());
/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.cpp178 FlatProfiler::oops_do(roots);

Completed in 306 milliseconds