hotspot/src/share/vm/ci/ciStreams.hpp
changeset 4566 b363f6ef4068
parent 3261 c7d5aae8d3f7
child 4567 7fc02fbe5c7a
equal deleted inserted replaced
4565:cbb3fed38514 4566:b363f6ef4068
   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();
   234 
   236 
   235  private:
   237  private:
   236   void assert_index_size(int required_size) const {
   238   void assert_index_size(int required_size) const {
   237 #ifdef ASSERT
   239 #ifdef ASSERT
   238     int isize = instruction_size() - (is_wide() ? 1 : 0) - 1;
   240     int isize = instruction_size() - (is_wide() ? 1 : 0) - 1;