Searched refs:code_cache (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ | ||
H A D | psTasks.hpp | 64 code_cache = 9 enumerator in enum:ScavengeRootsTask::RootType |
H A D | pcTasks.hpp | 101 code_cache = 9 enumerator in enum:MarkFromRootsTask::RootType |
H A D | psTasks.cpp | 93 case code_cache: |
H A D | pcTasks.cpp | 117 case code_cache: |
H A D | psScavenge.cpp | 426 q->enqueue(new ScavengeRootsTask(ScavengeRootsTask::code_cache)); |
H A D | psParallelCompact.cpp | 2419 q->enqueue(new MarkFromRootsTask(MarkFromRootsTask::code_cache)); |
Completed in 516 milliseconds