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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1643 tstate1 = trap_state_add_reason(tstate1, per_bc_reason);
1724 //-------------------------trap_state_add_reason-------------------------------
1725 int Deoptimization::trap_state_add_reason(int trap_state, int reason) { function in class:Deoptimization
1757 decoded_state = trap_state_add_reason(decoded_state, reason);

Completed in 28 milliseconds