Lines Matching refs:state

155 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) {
156 TosState incoming_state = state;
202 __ dispatch_next(state, step);
215 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state, int step) {
226 __ dispatch_next(state, step);
266 address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) {
268 __ push(state);
275 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) {
277 __ dispatch_next(state);
1062 __ stop("Wrong thread state in native stub");
1082 // Block, if necessary, before resuming in _thread_in_Java state.
1087 // Switch thread to "native transition" state before reading the synchronization state.
1088 // This additional state is necessary because reading and testing the synchronization
1089 // state is not atomic w.r.t. GC, as this scenario demonstrates:
1090 // Java thread A, in _thread_in_native state, loads _not_synchronized and is preempted.
1091 // VM thread changes sync state to synchronizing and suspends threads for GC.
1887 // They remove the activation without checking for bad monitor state.
1912 // need to preserve some state across a runtime call.
1940 address TemplateInterpreterGenerator::generate_earlyret_entry_for(TosState state) {
1944 __ load_earlyret_value(state);
1949 // Clear the earlyret state
1952 __ remove_activation(state,
1993 address TemplateInterpreterGenerator::generate_trace_code(TosState state) {
1996 __ push(state);
2003 __ pop(state);
2052 // the tosca in-state for the given template.