Searched refs:_arraycopy_checkcast_cnt (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp99 static int _arraycopy_checkcast_cnt; member in class:Runtime1
H A Dc1_Runtime1.cpp108 int Runtime1::_arraycopy_checkcast_cnt = 0; member in class:Runtime1
1305 tty->print_cr(" _arraycopy_checkcast_cnt: %d", _arraycopy_checkcast_cnt);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2273 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_cnt, G1, G3);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3372 __ incrementl(ExternalAddress((address)&Runtime1::_arraycopy_checkcast_cnt));

Completed in 55 milliseconds