hotspot/src/share/vm/c1/c1_IR.hpp
changeset 24018 77b156916bab
parent 23190 e8bbf9cd711e
child 24318 9d2b7bd56778
equal deleted inserted replaced
24016:2927072ed5fb 24018:77b156916bab
   282   void add_register_oop(LIR_Opr opr);
   282   void add_register_oop(LIR_Opr opr);
   283   void record_debug_info(DebugInformationRecorder* recorder, int pc_offset);
   283   void record_debug_info(DebugInformationRecorder* recorder, int pc_offset);
   284 
   284 
   285   bool     is_method_handle_invoke() const { return _is_method_handle_invoke;     }
   285   bool     is_method_handle_invoke() const { return _is_method_handle_invoke;     }
   286   void set_is_method_handle_invoke(bool x) {        _is_method_handle_invoke = x; }
   286   void set_is_method_handle_invoke(bool x) {        _is_method_handle_invoke = x; }
       
   287 
       
   288   int interpreter_frame_size() const;
   287 };
   289 };
   288 
   290 
   289 
   291 
   290 class IR: public CompilationResourceObj {
   292 class IR: public CompilationResourceObj {
   291  private:
   293  private: