Searched refs:flat_profiler (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ | ||
H A D | psTasks.hpp | 60 flat_profiler = 5, enumerator in enum:ScavengeRootsTask::RootType |
H A D | pcTasks.hpp | 97 flat_profiler = 5, enumerator in enum:MarkFromRootsTask::RootType |
H A D | psTasks.cpp | 76 case flat_profiler: |
H A D | pcTasks.cpp | 101 case flat_profiler: |
H A D | psScavenge.cpp | 422 q->enqueue(new ScavengeRootsTask(ScavengeRootsTask::flat_profiler)); |
H A D | psParallelCompact.cpp | 2415 q->enqueue(new MarkFromRootsTask(MarkFromRootsTask::flat_profiler)); |
Completed in 6452 milliseconds