Searched refs:_arraycopy_checkcast_attempt_cnt (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp103 static int _arraycopy_checkcast_attempt_cnt; member in class:Runtime1
H A Dc1_Runtime1.cpp112 int Runtime1::_arraycopy_checkcast_attempt_cnt = 0; member in class:Runtime1
1553 tty->print_cr(" _arraycopy_checkcast_attempt_cnt:%d", _arraycopy_checkcast_attempt_cnt);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2066 address counter = (address)&Runtime1::_arraycopy_checkcast_attempt_cnt;
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp2427 __ incrementw(ExternalAddress((address)&Runtime1::_arraycopy_checkcast_attempt_cnt));
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2154 __ load_const_optimized(Z_R1_scratch, (address)&Runtime1::_arraycopy_checkcast_attempt_cnt);
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2207 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_attempt_cnt, G1, G3);
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3332 __ incrementl(ExternalAddress((address)&Runtime1::_arraycopy_checkcast_attempt_cnt));
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp3030 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_attempt_cnt, tmp, tmp2);

Completed in 158 milliseconds