Searched defs:this_trap_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1470 uint this_trap_count = 0; local
1475 this_trap_count,
1487 && this_trap_count >= (uint)PerBytecodeTrapLimit) {
1519 if (this_trap_count >= (uint)PerMethodTrapLimit) {
1612 uint this_trap_count = trap_mdo->inc_trap_count(reason); local
1657 ret_this_trap_count = this_trap_count;

Completed in 53 milliseconds