equal
deleted
inserted
replaced
230 ciMethod* get_method(bool& will_link); |
230 ciMethod* get_method(bool& will_link); |
231 ciKlass* get_declared_method_holder(); |
231 ciKlass* get_declared_method_holder(); |
232 int get_method_holder_index(); |
232 int get_method_holder_index(); |
233 int get_method_signature_index(); |
233 int get_method_signature_index(); |
234 |
234 |
235 ciCPCache* get_cpcache(); |
235 ciCPCache* get_cpcache(); |
|
236 ciCallSite* get_call_site(); |
236 |
237 |
237 private: |
238 private: |
238 void assert_index_size(int required_size) const { |
239 void assert_index_size(int required_size) const { |
239 #ifdef ASSERT |
240 #ifdef ASSERT |
240 int isize = instruction_size() - (is_wide() ? 1 : 0) - 1; |
241 int isize = instruction_size() - (is_wide() ? 1 : 0) - 1; |