comparison src/cpu/x86/vm/c1_LIRAssembler_x86.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 f95d63e2154a
children
comparison
equal deleted inserted replaced
3898:a64d352d1118 3899:c124e2e7463e
27 27
28 private: 28 private:
29 29
30 Address::ScaleFactor array_element_size(BasicType type) const; 30 Address::ScaleFactor array_element_size(BasicType type) const;
31 31
32 void monitorexit(LIR_Opr obj_opr, LIR_Opr lock_opr, Register new_hdr, int monitor_no, Register exception);
33
34 void arith_fpu_implementation(LIR_Code code, int left_index, int right_index, int dest_index, bool pop_fpu_stack); 32 void arith_fpu_implementation(LIR_Code code, int left_index, int right_index, int dest_index, bool pop_fpu_stack);
35 33
36 // helper functions which checks for overflow and sets bailout if it 34 // helper functions which checks for overflow and sets bailout if it
37 // occurs. Always returns a valid embeddable pointer but in the 35 // occurs. Always returns a valid embeddable pointer but in the
38 // bailout case the pointer won't be to unique storage. 36 // bailout case the pointer won't be to unique storage.