< 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.
const char* type_string() { return "ciInstance"; }
void print_impl(outputStream* st);
! ciConstant field_value_impl(BasicType field_btype, int offset);
public:
// If this object is a java mirror, return the corresponding type.
// Otherwise, return null.
// (Remember that a java mirror is an instance of java.lang.Class.)
const char* type_string() { return "ciInstance"; }
void print_impl(outputStream* st);
! ciConstant field_value_impl(ciField* field);
+ ciConstant sub_field_value(ciField* field);
public:
// If this object is a java mirror, return the corresponding type.
// Otherwise, return null.
// (Remember that a java mirror is an instance of java.lang.Class.)
< prev index next >