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

/openjdk7/hotspot/src/share/vm/runtime/
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.hpp507 static int _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 );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp1553 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr); // Update counter after rscratch1 is free
1642 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr); // Update counter after rscratch1 is free
1651 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr); // Update counter after rscratch1 is free
H A DstubGenerator_x86_32.cpp110 case T_BYTE: inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr); return;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1475 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr, O3, O4);
1587 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr, O3, O4);

Completed in 59 milliseconds