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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp301 static int trap_state_set_recompiled(int trap_state, bool z);
H A Ddeoptimization.cpp1549 int tstate1 = trap_state_set_recompiled(tstate0, true);
1743 //-----------------------trap_state_set_recompiled-----------------------------
1744 int Deoptimization::trap_state_set_recompiled(int trap_state, bool z) { function in class:Deoptimization
1759 decoded_state = trap_state_set_recompiled(decoded_state, recomp_flag);

Completed in 773 milliseconds