Home
last modified time | relevance | path

Searched refs:maxInterpreterFrameSize (Results 1 – 25 of 47) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java51 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
82 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
83 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
87 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java57 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
71 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
72 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
95maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java51 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
82 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
83 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
87 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java57 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
71 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
72 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
95maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java51 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
82 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
83 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
87 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java57 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
71 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
72 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
95maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java51 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
82 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
83 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
87 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java57 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
71 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
72 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
95maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java52 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
83 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
84 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
88 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java63 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
77 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
78 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
135maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java52 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
83 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
84 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
88 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java63 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
77 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
78 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
135maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotLIRGenerationResult.java52 private int maxInterpreterFrameSize; field in HotSpotLIRGenerationResult
83 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
84 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
88 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
H A DHotSpotDebugInfoBuilder.java63 private int maxInterpreterFrameSize; field in HotSpotDebugInfoBuilder
77 public int maxInterpreterFrameSize() { in maxInterpreterFrameSize() method in HotSpotDebugInfoBuilder
78 return maxInterpreterFrameSize; in maxInterpreterFrameSize()
132maxInterpreterFrameSize = Math.max(maxInterpreterFrameSize, codeCacheProvider.interpreterFrameSize… in computeFrameForState()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java190 private int maxInterpreterFrameSize = -1; field in CompilationResult
432 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
435 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
437 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java190 private int maxInterpreterFrameSize = -1; field in CompilationResult
432 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
435 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
437 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java190 private int maxInterpreterFrameSize = -1; field in CompilationResult
436 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
439 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
441 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java191 private int maxInterpreterFrameSize = -1; field in CompilationResult
457 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
460 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
462 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java191 private int maxInterpreterFrameSize = -1; field in CompilationResult
457 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
460 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
462 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java202 private int maxInterpreterFrameSize = -1; field in CompilationResult
468 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
471 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
473 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DCompilationResult.java202 private int maxInterpreterFrameSize = -1; field in CompilationResult
468 return maxInterpreterFrameSize; in getMaxInterpreterFrameSize()
471 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
473 this.maxInterpreterFrameSize = maxInterpreterFrameSize; in setMaxInterpreterFrameSize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java196 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
197 compilationResult.setMaxInterpreterFrameSize(maxInterpreterFrameSize); in setMaxInterpreterFrameSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java196 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
197 compilationResult.setMaxInterpreterFrameSize(maxInterpreterFrameSize); in setMaxInterpreterFrameSize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java196 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
197 compilationResult.setMaxInterpreterFrameSize(maxInterpreterFrameSize); in setMaxInterpreterFrameSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java204 public void setMaxInterpreterFrameSize(int maxInterpreterFrameSize) { in setMaxInterpreterFrameSize() argument
205 compilationResult.setMaxInterpreterFrameSize(maxInterpreterFrameSize); in setMaxInterpreterFrameSize()

12