Searched refs:VM_HandleFullCodeCache (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ | ||
H A D | vm_operations.hpp | 265 class VM_HandleFullCodeCache: public VM_Operation { class in inherits:VM_Operation 269 VM_HandleFullCodeCache(bool is_full) { _is_full = is_full; } function in class:VM_HandleFullCodeCache |
H A D | vm_operations.cpp | 187 void VM_HandleFullCodeCache::doit() { |
H A D | sweeper.cpp | 513 VM_HandleFullCodeCache op(is_full); |
Completed in 747 milliseconds