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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2907 IRScope* innermost_scope = info->scope(); local
2910 assert(innermost_scope != NULL && innermost_state != NULL, "why is it missing?");
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 47 milliseconds