Searched defs:innermost_state (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_LinearScan.cpp | 2834 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); 2908 ValueStack* innermost_state = info->stack(); local 2910 assert(innermost_scope != NULL && innermost_state != NULL, "why is it missing?"); 2912 DEBUG_ONLY(check_stack_depth(info, innermost_state->stack_size())); 2916 info->_scope_debug_info = compute_debug_info_for_scope(op_id, innermost_scope, innermost_state, innermost_state); 2919 DEBUG_ONLY(assert_equal(info->_scope_debug_info, compute_debug_info_for_scope(op_id, innermost_scope, innermost_state, innermost_state)));
|
Completed in 1342 milliseconds