comparison src/share/vm/c1/c1_LIRAssembler.hpp @ 3899:c124e2e7463e

7083786: dead various dead chunks of code Reviewed-by: iveresov, kvn
author never
date Wed, 31 Aug 2011 16:46:11 -0700
parents 1d1603768966
children 701a83c86f28
comparison
equal deleted inserted replaced
3898:a64d352d1118 3899:c124e2e7463e
131 131
132 // test for constants which can be encoded directly in instructions 132 // test for constants which can be encoded directly in instructions
133 static bool is_small_constant(LIR_Opr opr); 133 static bool is_small_constant(LIR_Opr opr);
134 134
135 static LIR_Opr receiverOpr(); 135 static LIR_Opr receiverOpr();
136 static LIR_Opr incomingReceiverOpr();
137 static LIR_Opr osrBufferPointer(); 136 static LIR_Opr osrBufferPointer();
138 137
139 // stubs 138 // stubs
140 void emit_slow_case_stubs(); 139 void emit_slow_case_stubs();
141 void emit_static_call_stub(); 140 void emit_static_call_stub();