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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp508 static int _jshort_array_copy_ctr; // Slow-path short array copy member in class:SharedRuntime
H A DstubRoutines.cpp318 SharedRuntime::_jshort_array_copy_ctr++; // Slow-path short/char array copy member in class:SharedRuntime
366 SharedRuntime::_jshort_array_copy_ctr++; // Slow-path short/char array copy member in class:SharedRuntime
H A DsharedRuntime.cpp172 int SharedRuntime::_jshort_array_copy_ctr=0; member in class:SharedRuntime
1921 if( _jshort_array_copy_ctr ) tty->print_cr("%5d short array copies", _jshort_array_copy_ctr );

Completed in 42 milliseconds