Searched refs:_checkcast_array_copy_ctr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp512 static int _checkcast_array_copy_ctr; // Slow-path oop array copy, with cast member in class:SharedRuntime
H A DsharedRuntime.cpp176 int SharedRuntime::_checkcast_array_copy_ctr=0; member in class:SharedRuntime
1925 if( _checkcast_array_copy_ctr ) tty->print_cr("%5d checkcast array copies", _checkcast_array_copy_ctr );
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp2786 inc_counter_np(SharedRuntime::_checkcast_array_copy_ctr, O3, O4);
2830 inc_counter_np(SharedRuntime::_checkcast_array_copy_ctr, O3, O4);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1559 inc_counter_np(SharedRuntime::_checkcast_array_copy_ctr);
H A DstubGenerator_x86_64.cpp2420 inc_counter_np(SharedRuntime::_checkcast_array_copy_ctr); // Update counter after rscratch1 is free

Completed in 742 milliseconds