equal
deleted
inserted
replaced
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: |