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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp367 IRScopeDebugInfo* compute_debug_info_for_scope(int op_id, IRScope* cur_scope, ValueStack* cur_state, ValueStack* innermost_state);
H A Dc1_LinearScan.cpp2834 IRScopeDebugInfo* LinearScan::compute_debug_info_for_scope(int op_id, IRScope* cur_scope, ValueStack* cur_state, ValueStack* innermost_state) { argument
2840 caller_debug_info = compute_debug_info_for_scope(op_id, cur_scope->caller(), caller_state, innermost_state);
2864 assert(locals->length() == cur_scope->method()->max_locals(), "wrong number of locals");
2866 } else if (cur_scope->method()->max_locals() > 0) {
2868 nof_locals = cur_scope->method()->max_locals();
2900 return new IRScopeDebugInfo(cur_scope, cur_state->bci(), locals, expressions, monitors, caller_debug_info);

Completed in 50 milliseconds