src/share/vm/c1/c1_FrameMap.hpp

changeset 2036
126ea7725993
parent 1939
b812ff5abc73
child 2314
f95d63e2154a
equal deleted inserted replaced
2035:a64438a2b7e8 2036:126ea7725993
152 152
153 // JSR 292 153 // JSR 292
154 static LIR_Opr method_handle_invoke_SP_save_opr(); 154 static LIR_Opr method_handle_invoke_SP_save_opr();
155 155
156 static BasicTypeArray* signature_type_array_for(const ciMethod* method); 156 static BasicTypeArray* signature_type_array_for(const ciMethod* method);
157 static BasicTypeArray* signature_type_array_for(const char * signature);
158 157
159 // for outgoing calls, these also update the reserved area to 158 // for outgoing calls, these also update the reserved area to
160 // include space for arguments and any ABI area. 159 // include space for arguments and any ABI area.
161 CallingConvention* c_calling_convention (const BasicTypeArray* signature); 160 CallingConvention* c_calling_convention (const BasicTypeArray* signature);
162 CallingConvention* java_calling_convention (const BasicTypeArray* signature, bool outgoing); 161 CallingConvention* java_calling_convention (const BasicTypeArray* signature, bool outgoing);

mercurial