src/share/vm/c1/c1_LIRAssembler.hpp

changeset 6723
0bf37f737702
parent 6688
15766b73dc1d
child 6876
710a3c8b516e
equal deleted inserted replaced
6721:ad51f24671c2 6723:0bf37f737702
130 130
131 CodeOffsets* offsets() const { return _compilation->offsets(); } 131 CodeOffsets* offsets() const { return _compilation->offsets(); }
132 int code_offset() const; 132 int code_offset() const;
133 address pc() const; 133 address pc() const;
134 134
135 int initial_frame_size_in_bytes(); 135 int initial_frame_size_in_bytes() const;
136 int bang_size_in_bytes() const;
136 137
137 // test for constants which can be encoded directly in instructions 138 // test for constants which can be encoded directly in instructions
138 static bool is_small_constant(LIR_Opr opr); 139 static bool is_small_constant(LIR_Opr opr);
139 140
140 static LIR_Opr receiverOpr(); 141 static LIR_Opr receiverOpr();

mercurial