src/share/vm/ci/ciStreams.hpp

changeset 9745
0e3d6188f198
parent 6198
55fb97c4c58d
child 9756
2be326848943
equal deleted inserted replaced
9744:b02fb6a07ed5 9745:0e3d6188f198
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

mercurial