comparison src/share/vm/ci/ciStreams.hpp @ 1339:09ac706c2623

Merge
author asaha
date Wed, 24 Mar 2010 17:16:33 -0700
parents dd57230ba8fe
children c18cbe5936b8 ab102d5d923e
comparison
equal deleted inserted replaced
1338:f5dd08ad65df 1339:09ac706c2623
229 // If this is a method invocation bytecode, get the invoked method. 229 // If this is a method invocation bytecode, get the invoked method.
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
235 ciCPCache* get_cpcache();
236 ciCallSite* get_call_site();
234 237
235 private: 238 private:
236 void assert_index_size(int required_size) const { 239 void assert_index_size(int required_size) const {
237 #ifdef ASSERT 240 #ifdef ASSERT
238 int isize = instruction_size() - (is_wide() ? 1 : 0) - 1; 241 int isize = instruction_size() - (is_wide() ? 1 : 0) - 1;