comparison src/share/vm/c1/c1_LIRAssembler.hpp @ 304:dc7f315e41f7

5108146: Merge i486 and amd64 cpu directories 6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
author never
date Wed, 27 Aug 2008 00:21:55 -0700
parents a61af66fc99e
children 9ee9cf798b59 f8199438385b
comparison
equal deleted inserted replaced
303:fa4d1d240383 304:dc7f315e41f7
73 void jobject2reg_with_patching(Register reg, CodeEmitInfo* info); 73 void jobject2reg_with_patching(Register reg, CodeEmitInfo* info);
74 74
75 void emit_stubs(CodeStubList* stub_list); 75 void emit_stubs(CodeStubList* stub_list);
76 76
77 // addresses 77 // addresses
78 static Address as_Address(LIR_Address* addr); 78 Address as_Address(LIR_Address* addr);
79 static Address as_Address_lo(LIR_Address* addr); 79 Address as_Address_lo(LIR_Address* addr);
80 static Address as_Address_hi(LIR_Address* addr); 80 Address as_Address_hi(LIR_Address* addr);
81 81
82 // debug information 82 // debug information
83 void add_call_info(int pc_offset, CodeEmitInfo* cinfo); 83 void add_call_info(int pc_offset, CodeEmitInfo* cinfo);
84 void add_debug_info_for_branch(CodeEmitInfo* info); 84 void add_debug_info_for_branch(CodeEmitInfo* info);
85 void add_debug_info_for_div0(int pc_offset, CodeEmitInfo* cinfo); 85 void add_debug_info_for_div0(int pc_offset, CodeEmitInfo* cinfo);