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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp827 int nmethodNative = 0; local
852 if(nm->is_native_method()) { nmethodNative++; }
894 tty->print_cr("\tnative: %d",nmethodNative);

Completed in 80 milliseconds