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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp332 SharedRuntime::_jlong_array_copy_ctr++; // Slow-path long/double array copy member in class:SharedRuntime
380 SharedRuntime::_jlong_array_copy_ctr++; // Slow-path int/float array copy member in class:SharedRuntime
H A DsharedRuntime.hpp510 static int _jlong_array_copy_ctr; // Slow-path long array copy member in class:SharedRuntime
H A DsharedRuntime.cpp174 int SharedRuntime::_jlong_array_copy_ctr=0; member in class:SharedRuntime
1923 if( _jlong_array_copy_ctr ) tty->print_cr("%5d long array copies", _jlong_array_copy_ctr );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp2119 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); // Update counter after rscratch1 is free
2136 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); // Update counter after rscratch1 is free
2202 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); // Update counter after rscratch1 is free
2219 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); // Update counter after rscratch1 is free
H A DstubGenerator_x86_32.cpp113 case T_LONG: inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); return;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2496 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr, O3, O4);
2573 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr, O3, O4);

Completed in 84 milliseconds