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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp95 #define inc_counter_np(counter) (0) macro
101 #define inc_counter_np(counter) \
1553 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
1745 inc_counter_np(SharedRuntime::_jshort_array_copy_ctr); // Update counter after rscratch1 is free
1846 inc_counter_np(SharedRuntime::_jshort_array_copy_ctr); // Update counter after rscratch1 is free
1855 inc_counter_np(SharedRuntime::_jshort_array_copy_ctr); // Update counter after rscratch1 is free
1945 inc_counter_np(SharedRuntime::_jint_array_copy_ctr); // Update counter after rscratch1 is free
2029 inc_counter_np(SharedRuntim
[all...]
H A DstubGenerator_x86_32.cpp97 #define inc_counter_np(counter) (0) macro
102 #define inc_counter_np(counter) \
110 case T_BYTE: inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr); return;
111 case T_SHORT: inc_counter_np(SharedRuntime::_jshort_array_copy_ctr); return;
112 case T_INT: inc_counter_np(SharedRuntime::_jint_array_copy_ctr); return;
113 case T_LONG: inc_counter_np(SharedRuntime::_jlong_array_copy_ctr); return;
114 case T_OBJECT: inc_counter_np(SharedRuntime::_oop_array_copy_ctr); return;
1559 inc_counter_np(SharedRuntime::_checkcast_array_copy_ctr);
1612 inc_counter_np(SharedRuntime::_unsafe_array_copy_ctr);
1719 inc_counter_np(SharedRuntim
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp92 #define inc_counter_np(a,b,c) (0) macro
94 #define inc_counter_np(counter, t1, t2) \
1475 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr, O3, O4);
1587 inc_counter_np(SharedRuntime::_jbyte_array_copy_ctr, O3, O4);
1703 inc_counter_np(SharedRuntime::_jshort_array_copy_ctr, O3, O4);
2048 inc_counter_np(SharedRuntime::_jshort_array_copy_ctr, O3, O4);
2211 inc_counter_np(SharedRuntime::_jint_array_copy_ctr, O3, O4);
2346 inc_counter_np(SharedRuntime::_jint_array_copy_ctr, O3, O4);
2496 inc_counter_np(SharedRuntime::_jlong_array_copy_ctr, O3, O4);
2573 inc_counter_np(SharedRuntim
[all...]

Completed in 294 milliseconds