hotspot/src/share/vm/c1/c1_LinearScan.hpp
changeset 6745 a34ef8968a84
parent 5707 6c66849ed24e
child 7397 5b173b4ca846
equal deleted inserted replaced
6743:ef1795cd50a7 6745:a34ef8968a84
   344 
   344 
   345   int append_scope_value_for_constant(LIR_Opr opr, GrowableArray<ScopeValue*>* scope_values);
   345   int append_scope_value_for_constant(LIR_Opr opr, GrowableArray<ScopeValue*>* scope_values);
   346   int append_scope_value_for_operand(LIR_Opr opr, GrowableArray<ScopeValue*>* scope_values);
   346   int append_scope_value_for_operand(LIR_Opr opr, GrowableArray<ScopeValue*>* scope_values);
   347   int append_scope_value(int op_id, Value value, GrowableArray<ScopeValue*>* scope_values);
   347   int append_scope_value(int op_id, Value value, GrowableArray<ScopeValue*>* scope_values);
   348 
   348 
   349   IRScopeDebugInfo* compute_debug_info_for_scope(int op_id, IRScope* cur_scope, ValueStack* cur_state, ValueStack* innermost_state, int cur_bci, int stack_end, int locks_end);
   349   IRScopeDebugInfo* compute_debug_info_for_scope(int op_id, IRScope* cur_scope, ValueStack* cur_state, ValueStack* innermost_state);
   350   void compute_debug_info(CodeEmitInfo* info, int op_id);
   350   void compute_debug_info(CodeEmitInfo* info, int op_id);
   351 
   351 
   352   void assign_reg_num(LIR_OpList* instructions, IntervalWalker* iw);
   352   void assign_reg_num(LIR_OpList* instructions, IntervalWalker* iw);
   353   void assign_reg_num();
   353   void assign_reg_num();
   354 
   354