Home
last modified time | relevance | path

Searched refs:graalRuntime (Results 1 – 25 of 70) sorted by relevance

123

/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 DHotSpotGraalCompiler.java83 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
90 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
93 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
105 return graalRuntime; in getGraalRuntime()
110 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
116 if (graalRuntime.isShutdown()) { in compileMethod()
122 if (graalRuntime.isBootstrapping()) { in compileMethod()
154 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in shouldRetainLocalVariables()
173 return graalRuntime.isShutdown(); in isCancelled()
177 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
H A DHotSpotGraalJVMCIServiceLocator.java48 if (graalRuntime != null) { in getProvider()
49 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
55 @NativeImageReinitialize private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
61 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
62 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DBootstrapWatchDog.java87 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
94 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
95 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
98 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
101 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
104 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
199 if (!graalRuntime.isBootstrapping()) { in run()
/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 DHotSpotGraalCompiler.java82 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
89 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
92 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
104 return graalRuntime; in getGraalRuntime()
109 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
115 if (graalRuntime.isShutdown()) { in compileMethod()
121 if (graalRuntime.isBootstrapping()) { in compileMethod()
153 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in shouldRetainLocalVariables()
172 return graalRuntime.isShutdown(); in isCancelled()
176 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
H A DHotSpotGraalJVMCIServiceLocator.java48 if (graalRuntime != null) { in getProvider()
49 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
55 @NativeImageReinitialize private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
61 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
62 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DBootstrapWatchDog.java87 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
94 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
95 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
98 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
101 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
104 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
199 if (!graalRuntime.isBootstrapping()) { in run()
/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 DHotSpotGraalCompiler.java82 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
89 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
92 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
104 return graalRuntime; in getGraalRuntime()
109 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
115 if (graalRuntime.isShutdown()) { in compileMethod()
121 if (graalRuntime.isBootstrapping()) { in compileMethod()
153 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in shouldRetainLocalVariables()
172 return graalRuntime.isShutdown(); in isCancelled()
176 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
H A DHotSpotGraalJVMCIServiceLocator.java48 if (graalRuntime != null) { in getProvider()
49 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
55 @NativeImageReinitialize private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
61 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
62 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DBootstrapWatchDog.java87 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
94 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
95 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
98 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
101 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
104 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
199 if (!graalRuntime.isBootstrapping()) { in run()
/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 DHotSpotGraalJVMCIServiceLocator.java47 if (graalRuntime != null) { in getProvider()
48 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
54 private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
60 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
61 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DBootstrapWatchDog.java86 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
93 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
94 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
97 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
100 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
103 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
194 if (!graalRuntime.isBootstrapping()) { in run()
H A DHotSpotGraalCompiler.java84 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
89 …HotSpotGraalCompiler(HotSpotJVMCIRuntime jvmciRuntime, HotSpotGraalRuntimeProvider graalRuntime, O… in HotSpotGraalCompiler() argument
91 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
94 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
99 …factories = Collections.singletonList(new GraalDebugHandlersFactory(graalRuntime.getHostProviders(… in getDebugHandlersFactories()
106 return graalRuntime; in getGraalRuntime()
111 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
116 if (graalRuntime.isShutdown()) { in compileMethod()
122 if (graalRuntime.isBootstrapping()) { in compileMethod()
152 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
/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 DHotSpotGraalJVMCIServiceLocator.java47 if (graalRuntime != null) { in getProvider()
48 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
54 private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
60 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
61 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DBootstrapWatchDog.java86 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
93 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
94 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
97 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
100 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
103 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
194 if (!graalRuntime.isBootstrapping()) { in run()
H A DHotSpotGraalCompiler.java84 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
89 …HotSpotGraalCompiler(HotSpotJVMCIRuntime jvmciRuntime, HotSpotGraalRuntimeProvider graalRuntime, O… in HotSpotGraalCompiler() argument
91 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
94 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
99 …factories = Collections.singletonList(new GraalDebugHandlersFactory(graalRuntime.getHostProviders(… in getDebugHandlersFactories()
106 return graalRuntime; in getGraalRuntime()
111 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
116 if (graalRuntime.isShutdown()) { in compileMethod()
122 if (graalRuntime.isBootstrapping()) { in compileMethod()
152 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
/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 DHotSpotGraalJVMCIServiceLocator.java47 if (graalRuntime != null) { in getProvider()
48 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
54 private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
60 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
61 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DHotSpotGraalCompiler.java78 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
83 …HotSpotGraalCompiler(HotSpotJVMCIRuntime jvmciRuntime, HotSpotGraalRuntimeProvider graalRuntime, O… in HotSpotGraalCompiler() argument
85 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
88 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
93 …factories = Collections.singletonList(new GraalDebugHandlersFactory(graalRuntime.getHostProviders(… in getDebugHandlersFactories()
100 return graalRuntime; in getGraalRuntime()
105 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
110 if (graalRuntime.isShutdown()) { in compileMethod()
116 if (graalRuntime.isBootstrapping()) { in compileMethod()
146 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
H A DBootstrapWatchDog.java86 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
93 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
94 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
97 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
100 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
103 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
194 if (!graalRuntime.isBootstrapping()) { in run()
/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 DHotSpotGraalJVMCIServiceLocator.java48 if (graalRuntime != null) { in getProvider()
49 return service.cast(new HotSpotGraalVMEventListener(graalRuntime)); in getProvider()
55 @NativeImageReinitialize private HotSpotGraalRuntime graalRuntime; field in HotSpotGraalJVMCIServiceLocator.Shared
61 assert this.graalRuntime == null : "only expect a single JVMCICompiler to be created"; in onCompilerCreation()
62 this.graalRuntime = (HotSpotGraalRuntime) compiler.getGraalRuntime(); in onCompilerCreation()
H A DHotSpotGraalCompiler.java81 private final HotSpotGraalRuntimeProvider graalRuntime; field in HotSpotGraalCompiler
86 …HotSpotGraalCompiler(HotSpotJVMCIRuntime jvmciRuntime, HotSpotGraalRuntimeProvider graalRuntime, O… in HotSpotGraalCompiler() argument
88 this.graalRuntime = graalRuntime; in HotSpotGraalCompiler()
91 …tchDog = graalRuntime.isBootstrapping() && !DebugOptions.BootstrapInitializeOnly.getValue(options)… in HotSpotGraalCompiler()
103 return graalRuntime; in getGraalRuntime()
108 return compileMethod(request, true, graalRuntime.getOptions()); in compileMethod()
113 if (graalRuntime.isShutdown()) { in compileMethod()
119 if (graalRuntime.isBootstrapping()) { in compileMethod()
150 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in shouldRetainLocalVariables()
168 HotSpotBackend backend = graalRuntime.getHostBackend(); in createGraph()
[all …]
H A DBootstrapWatchDog.java87 private final HotSpotGraalRuntimeProvider graalRuntime; field in BootstrapWatchDog
94 static BootstrapWatchDog maybeCreate(HotSpotGraalRuntimeProvider graalRuntime) { in maybeCreate() argument
95 OptionValues options = graalRuntime.getOptions(); in maybeCreate()
98 …return maxRateDecrease <= 0.0D && timeout == 0 ? null : new BootstrapWatchDog(graalRuntime, timeou… in maybeCreate()
101 …private BootstrapWatchDog(HotSpotGraalRuntimeProvider graalRuntime, int timeout, double maxRateDec… in BootstrapWatchDog() argument
104 this.graalRuntime = graalRuntime; in BootstrapWatchDog()
199 if (!graalRuntime.isBootstrapping()) { in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotBackendFactory.java103 …public HotSpotBackend createBackend(HotSpotGraalRuntimeProvider graalRuntime, CompilerConfiguratio… in createBackend() argument
106 OptionValues options = graalRuntime.getOptions(); in createBackend()
108 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in createBackend()
139 …foreignCalls = createForeignCalls(jvmciRuntime, graalRuntime, metaAccess, codeCache, wordTypes, na… in createBackend()
151 …lowerer = createLowerer(graalRuntime, metaAccess, foreignCalls, registers, constantReflection, pla… in createBackend()
158 … snippetReflection = createSnippetReflection(graalRuntime, constantReflection, wordTypes); in createBackend()
168 graalRuntime.getOptions(), target); in createBackend()
172 … suites = createSuites(config, graalRuntime, compilerConfiguration, plugins, replacements); in createBackend()
180 return createBackend(config, graalRuntime, providers); in createBackend()
184 protected Plugins createGraphBuilderPlugins(HotSpotGraalRuntimeProvider graalRuntime, in createGraphBuilderPlugins() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotBackendFactory.java102 …public HotSpotBackend createBackend(HotSpotGraalRuntimeProvider graalRuntime, CompilerConfiguratio… in createBackend() argument
105 OptionValues options = graalRuntime.getOptions(); in createBackend()
107 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in createBackend()
138 …foreignCalls = createForeignCalls(jvmciRuntime, graalRuntime, metaAccess, codeCache, wordTypes, na… in createBackend()
150 …lowerer = createLowerer(graalRuntime, metaAccess, foreignCalls, registers, constantReflection, pla… in createBackend()
157 … snippetReflection = createSnippetReflection(graalRuntime, constantReflection, wordTypes); in createBackend()
167 graalRuntime.getOptions(), target); in createBackend()
171 … suites = createSuites(config, graalRuntime, compilerConfiguration, plugins, replacements); in createBackend()
179 return createBackend(config, graalRuntime, providers); in createBackend()
183 protected Plugins createGraphBuilderPlugins(HotSpotGraalRuntimeProvider graalRuntime, in createGraphBuilderPlugins() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.aarch64/src/org/graalvm/compiler/hotspot/aarch64/
H A DAArch64HotSpotBackendFactory.java100 …public HotSpotBackend createBackend(HotSpotGraalRuntimeProvider graalRuntime, CompilerConfiguratio… in createBackend() argument
103 OptionValues options = graalRuntime.getOptions(); in createBackend()
105 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in createBackend()
135 …foreignCalls = createForeignCalls(jvmciRuntime, graalRuntime, metaAccess, codeCache, wordTypes, na… in createBackend()
138 …lowerer = createLowerer(graalRuntime, metaAccess, foreignCalls, registers, constantReflection, tar… in createBackend()
150 … snippetReflection = createSnippetReflection(graalRuntime, constantReflection, wordTypes); in createBackend()
160 graalRuntime.getOptions(), target); in createBackend()
164 … suites = createSuites(config, graalRuntime, compilerConfiguration, plugins, replacements); in createBackend()
172 return createBackend(config, graalRuntime, providers); in createBackend()
176 protected Plugins createGraphBuilderPlugins(HotSpotGraalRuntimeProvider graalRuntime, in createGraphBuilderPlugins() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/
H A DAMD64HotSpotBackendFactory.java92 …public HotSpotBackend createBackend(HotSpotGraalRuntimeProvider graalRuntime, CompilerConfiguratio… in createBackend() argument
95 OptionValues options = graalRuntime.getOptions(); in createBackend()
97 GraalHotSpotVMConfig config = graalRuntime.getVMConfig(); in createBackend()
127 …foreignCalls = createForeignCalls(jvmciRuntime, graalRuntime, metaAccess, codeCache, wordTypes, na… in createBackend()
130 …lowerer = createLowerer(graalRuntime, metaAccess, foreignCalls, registers, constantReflection, tar… in createBackend()
142 … snippetReflection = createSnippetReflection(graalRuntime, constantReflection, wordTypes); in createBackend()
151 …plugins = createGraphBuilderPlugins(graalRuntime, compilerConfiguration, config, target, constantR… in createBackend()
156 …suites = createSuites(config, graalRuntime, compilerConfiguration, plugins, registers, replacement… in createBackend()
164 return createBackend(config, graalRuntime, providers); in createBackend()
168 protected Plugins createGraphBuilderPlugins(HotSpotGraalRuntimeProvider graalRuntime, in createGraphBuilderPlugins() argument
[all …]

123