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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp507 static int _jbyte_array_copy_ctr; // Slow-path byte array copy member in class:SharedRuntime
H A DstubRoutines.cpp311 SharedRuntime::_jbyte_array_copy_ctr++; // Slow-path byte array copy member in class:SharedRuntime
359 SharedRuntime::_jbyte_array_copy_ctr++; // Slow-path byte array copy member in class:SharedRuntime
H A DsharedRuntime.cpp171 int SharedRuntime::_jbyte_array_copy_ctr=0; member in class:SharedRuntime
1920 if( _jbyte_array_copy_ctr ) tty->print_cr("%5d byte array copies", _jbyte_array_copy_ctr );

Completed in 44 milliseconds