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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp172 static bool needs_flushing() { return largest_free_block() < CodeCacheFlushingMinimumFreeSpace; } function in class:CodeCache
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp209 if (!CodeCache::needs_flushing()) {
219 if ((!CodeCache::needs_flushing()) && (curr_interval > max_interval)) {
460 CodeCache::needs_flushing()) {
525 if (!CodeCache::needs_flushing()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp641 if (UseCodeCacheFlushing && (!CompileBroker::should_compile_new_jobs() || CodeCache::needs_flushing())) {
1275 if (!should_compile_new_jobs() || (UseCodeCacheFlushing && CodeCache::needs_flushing())) {
1569 } else if (UseCodeCacheFlushing && CodeCache::needs_flushing()) {

Completed in 38 milliseconds