Searched refs:set_to_clean (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp146 void set_to_clean(); // Can only be called during a safepoint operation
230 void set_to_clean();
H A DcompiledIC.cpp246 void CompiledIC::set_to_clean() { function in class:CompiledIC
483 void CompiledStaticCall::set_to_clean() { function in class:CompiledStaticCall
H A DrelocInfo.cpp901 icache->set_to_clean();
910 icache->set_to_clean();
932 handler->set_to_clean();
H A Dnmethod.cpp1136 if (!nm->is_in_use() || (nm->method()->code() != nm)) ic->set_to_clean();
1146 if (!nm->is_in_use() || (nm->method()->code() != nm)) csc->set_to_clean();
1647 ic->set_to_clean();
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1607 ssc->set_to_clean();
1611 inline_cache->set_to_clean();

Completed in 93 milliseconds