< prev index next > src/hotspot/share/ci/ciInstance.hpp
Print this page
/*
! * Copyright (c) 1999, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
/*
! * Copyright (c) 1999, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
// Constant value of a field.
ciConstant field_value(ciField* field);
// Constant value of a field at the specified offset.
ciConstant field_value_by_offset(int field_offset);
+ ciConstant null_marker_value();
ciKlass* java_lang_Class_klass();
char* java_lang_String_str(char* buf, size_t buflen);
};
< prev index next >