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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp437 bool call_f = (f_or_null != NULL); local
442 call_f = false; // don't show this one to the client
445 call_f = false; // not an nmethod
447 if (call_f) f_or_null->do_code_blob(cb);

Completed in 1281 milliseconds