Home
last modified time | relevance | path

Searched refs:ZAddressOffsetBits (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzAddress.cpp35 ZAddressOffsetBits = ZPlatformAddressOffsetBits(); in initialize()
36 ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAddressOffsetShift; in initialize()
37 ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits; in initialize()
H A DzGlobals.cpp52 size_t ZAddressOffsetBits; variable
H A DzGlobals.hpp105 extern size_t ZAddressOffsetBits;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzAddress.cpp35 ZAddressOffsetBits = ZPlatformAddressOffsetBits(); in initialize()
36 ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAddressOffsetShift; in initialize()
37 ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits; in initialize()
H A DzGlobals.cpp52 size_t ZAddressOffsetBits; variable
H A DzGlobals.hpp105 extern size_t ZAddressOffsetBits;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzAddress.cpp35 ZAddressOffsetBits = ZPlatformAddressOffsetBits(); in initialize()
36 ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAddressOffsetShift; in initialize()
37 ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits; in initialize()
H A DzGlobals.cpp45 size_t ZAddressOffsetBits; variable
H A DzGlobals.hpp98 extern size_t ZAddressOffsetBits;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzAddress.cpp35 ZAddressOffsetBits = ZPlatformAddressOffsetBits(); in initialize()
36 ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAddressOffsetShift; in initialize()
37 ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits; in initialize()
H A DzGlobals.cpp45 size_t ZAddressOffsetBits; variable
H A DzGlobals.hpp97 extern size_t ZAddressOffsetBits;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzAddress.cpp45 ZAddressOffsetBits = ZPlatformAddressOffsetBits(); in initialize()
46 ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAddressOffsetShift; in initialize()
47 ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits; in initialize()
H A DzGlobals.cpp39 size_t ZAddressOffsetBits; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzGlobals.hpp74 const uintptr_t ZAddressOffsetBits = ZPlatformAddressOffsetBits; variable
75 const uintptr_t ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAd…
76 const size_t ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzGlobals.hpp74 const uintptr_t ZAddressOffsetBits = ZPlatformAddressOffsetBits; variable
75 const uintptr_t ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAd…
76 const size_t ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzGlobals.hpp74 const uintptr_t ZAddressOffsetBits = ZPlatformAddressOffsetBits; variable
75 const uintptr_t ZAddressOffsetMask = (((uintptr_t)1 << ZAddressOffsetBits) - 1) << ZAd…
76 const size_t ZAddressOffsetMax = (uintptr_t)1 << ZAddressOffsetBits;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java55 public static long ZAddressOffsetBits; field in ZGlobals
85 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java55 public static long ZAddressOffsetBits; field in ZGlobals
85 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java55 public static long ZAddressOffsetBits; field in ZGlobals
85 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java57 public static long ZAddressOffsetBits; field in ZGlobals
89 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java57 public static long ZAddressOffsetBits; field in ZGlobals
89 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java57 public static long ZAddressOffsetBits; field in ZGlobals
89 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java57 public static long ZAddressOffsetBits; field in ZGlobals
85 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZGlobals.java57 public static long ZAddressOffsetBits; field in ZGlobals
89 ZAddressOffsetBits = db.lookupLongConstant("ZAddressOffsetBits").longValue(); in initialize()

12