src/hotspot/share/code/location.hpp
changeset 49373 47b5652f2928
parent 47216 71c04702a3d5
child 49621 5ef28d560b6f
equal deleted inserted replaced
49372:3bb8b00832d0 49373:47b5652f2928
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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.
    38 // bits (use low bits for best compression):
    38 // bits (use low bits for best compression):
    39 //  Type:   [3..0]
    39 //  Type:   [3..0]
    40 //  Where:  [4]
    40 //  Where:  [4]
    41 //  Offset: [31..5]
    41 //  Offset: [31..5]
    42 
    42 
    43 class Location VALUE_OBJ_CLASS_SPEC {
    43 class Location {
    44   friend class VMStructs;
    44   friend class VMStructs;
    45  public:
    45  public:
    46   enum Where {
    46   enum Where {
    47     on_stack,
    47     on_stack,
    48     in_register
    48     in_register