Searched refs:VM_HandleFullCodeCache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp265 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 Dvm_operations.cpp187 void VM_HandleFullCodeCache::doit() {
H A Dsweeper.cpp513 VM_HandleFullCodeCache op(is_full);

Completed in 747 milliseconds