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

/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp2082 int recompile_bit = (trap_state & DS_RECOMPILE_BIT); local
2083 trap_state -= recompile_bit;
2095 int recompile_bit = (trap_state & DS_RECOMPILE_BIT); local
2096 trap_state -= recompile_bit;
2110 int recompile_bit = (trap_state & DS_RECOMPILE_BIT); local
2111 trap_state -= recompile_bit;
2113 return trap_state + recompile_bit; // already at state lattice bottom
2115 return trap_state + recompile_bit; // the condition is already true
2117 return reason + recompile_bit; // no condition has yet been true
2119 return DS_REASON_MASK + recompile_bit; // fal
[all...]

Completed in 91 milliseconds