Searched defs:handle_full_code_cache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp482 void NMethodSweeper::handle_full_code_cache(bool is_full) { function in class:NMethodSweeper
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1568 handle_full_code_cache();
1571 NMethodSweeper::handle_full_code_cache(false);
1874 // CompileBroker::handle_full_code_cache
1878 void CompileBroker::handle_full_code_cache() { function in class:CompileBroker
1908 NMethodSweeper::handle_full_code_cache(true);

Completed in 37 milliseconds