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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp143 nmethod* CodeCache::alive_nmethod(CodeBlob* cb) { function in class:CodeCache
247 #define FOR_ALL_ALIVE_NMETHODS(var) for (nmethod *var = alive_nmethod(first()); var != NULL; var = alive_nmethod(next(var)))

Completed in 32 milliseconds