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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1548 int tstate0 = pdata->trap_state(); local
1549 int tstate1 = trap_state_set_recompiled(tstate0, true);
1550 if (tstate1 != tstate0)
1634 int tstate0 = pdata->trap_state(); local
1635 if (!trap_state_has_reason(tstate0, per_bc_reason))
1637 if (!trap_state_is_recompiled(tstate0))
1641 int tstate1 = tstate0;
1645 if (tstate1 != tstate0)

Completed in 26 milliseconds