Home
last modified time | relevance | path

Searched refs:irType (Results 1 – 25 of 46) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotProfilingInfo.java227 public boolean setCompilerIRSize(Class<?> irType, int size) { in setCompilerIRSize() argument
231 supportedCompilerIRType = irType; in setCompilerIRSize()
235 if (supportedCompilerIRType != irType) { in setCompilerIRSize()
243 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
244 if (irType == supportedCompilerIRType) { in getCompilerIRSize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
H A DProfilingInfo.java113 boolean setCompilerIRSize(Class<?> irType, int irSize); in setCompilerIRSize() argument
122 int getCompilerIRSize(Class<?> irType); in getCompilerIRSize() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DDefaultProfilingInfo.java105 public boolean setCompilerIRSize(Class<?> irType, int nodeCount) { in setCompilerIRSize() argument
110 public int getCompilerIRSize(Class<?> irType) { in getCompilerIRSize() argument
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dcdfalloc64.c148 Int32 irType, lastNew; local
169 &irType),&pStatus)) return pStatus;
170 switch (irType) {
215 switch (irType) {
258 &irType),&pStatus)) return pStatus;
259 switch (irType) {
311 Int32 irType, lastNew; local
335 &irType),&pStatus)) return pStatus;
336 switch (irType) {
920 &irType),&pStatus)) return pStatus;
[all …]
H A Dcdfalloc.c165 &irType),&pStatus)) return pStatus;
166 switch (irType) {
210 &irType),&pStatus)) return pStatus;
211 switch (irType) {
254 &irType),&pStatus)) return pStatus;
255 switch (irType) {
330 &irType),&pStatus)) return pStatus;
331 switch (irType) {
883 Int32 vxrOffset, irType; int lastEntryN; local
912 &irType),&pStatus)) return pStatus;
[all …]

12