hotspot/src/share/vm/ci/ciStreams.hpp
changeset 38309 9b8e9c373740
parent 22234 da823d78ad65
equal deleted inserted replaced
38308:ee489b336cd9 38309:9b8e9c373740
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   262   ciObject*     get_appendix();
   262   ciObject*     get_appendix();
   263   bool          has_method_type();
   263   bool          has_method_type();
   264   ciMethodType* get_method_type();
   264   ciMethodType* get_method_type();
   265   ciKlass*      get_declared_method_holder();
   265   ciKlass*      get_declared_method_holder();
   266   int           get_method_holder_index();
   266   int           get_method_holder_index();
   267   int           get_method_signature_index();
   267   int           get_method_signature_index(const constantPoolHandle& cpool);
   268 
   268 
   269   // Get the resolved references arrays from the constant pool
   269   // Get the resolved references arrays from the constant pool
   270   ciObjArray* get_resolved_references();
   270   ciObjArray* get_resolved_references();
   271 };
   271 };
   272 
   272