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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp102 static int _arraycopy_checkcast_cnt; member in class:Runtime1
H A Dc1_Runtime1.cpp111 int Runtime1::_arraycopy_checkcast_cnt = 0; member in class:Runtime1
1552 tty->print_cr(" _arraycopy_checkcast_cnt: %d", _arraycopy_checkcast_cnt);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2051 address counter = (address)&Runtime1::_arraycopy_checkcast_cnt;
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp2418 __ incrementw(ExternalAddress((address)&Runtime1::_arraycopy_checkcast_cnt));
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2144 __ load_const_optimized(Z_R1_scratch, (address)&Runtime1::_arraycopy_checkcast_cnt);
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2197 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_cnt, G1, G3);
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3322 __ incrementl(ExternalAddress((address)&Runtime1::_arraycopy_checkcast_cnt));
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp3007 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_cnt, tmp, tmp2);

Completed in 104 milliseconds