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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp100 static int _arraycopy_checkcast_attempt_cnt; member in class:Runtime1
H A Dc1_Runtime1.cpp109 int Runtime1::_arraycopy_checkcast_attempt_cnt = 0; member in class:Runtime1
1306 tty->print_cr(" _arraycopy_checkcast_attempt_cnt:%d", _arraycopy_checkcast_attempt_cnt);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2283 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_attempt_cnt, G1, G3);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3382 __ incrementl(ExternalAddress((address)&Runtime1::_arraycopy_checkcast_attempt_cnt));

Completed in 42 milliseconds