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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1699 int recompile_bit = (trap_state & DS_RECOMPILE_BIT); local
1700 trap_state -= recompile_bit;
1712 int recompile_bit = (trap_state & DS_RECOMPILE_BIT); local
1713 trap_state -= recompile_bit;
1727 int recompile_bit = (trap_state & DS_RECOMPILE_BIT); local
1728 trap_state -= recompile_bit;
1730 return trap_state + recompile_bit; // already at state lattice bottom
1732 return trap_state + recompile_bit; // the condition is already true
1734 return reason + recompile_bit; // no condition has yet been true
1736 return DS_REASON_MASK + recompile_bit; // fal
[all...]

Completed in 27 milliseconds