hotspot/src/share/vm/c1/c1_LIRAssembler.hpp
changeset 24669 14439491d407
parent 24018 77b156916bab
child 28954 7dda6c26cc98
child 29180 50369728b00e
equal deleted inserted replaced
24488:6872367f4335 24669:14439491d407
   142   static LIR_Opr osrBufferPointer();
   142   static LIR_Opr osrBufferPointer();
   143 
   143 
   144   // stubs
   144   // stubs
   145   void emit_slow_case_stubs();
   145   void emit_slow_case_stubs();
   146   void emit_static_call_stub();
   146   void emit_static_call_stub();
   147   void emit_code_stub(CodeStub* op);
   147   void append_code_stub(CodeStub* op);
   148   void add_call_info_here(CodeEmitInfo* info)                              { add_call_info(code_offset(), info); }
   148   void add_call_info_here(CodeEmitInfo* info)                              { add_call_info(code_offset(), info); }
   149 
   149 
   150   // code patterns
   150   // code patterns
   151   int  emit_exception_handler();
   151   int  emit_exception_handler();
   152   int  emit_unwind_handler();
   152   int  emit_unwind_handler();