Searched defs:notifyInstall (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotCodeCacheListener.java37 default void notifyInstall(HotSpotCodeCacheProvider codeCache, InstalledCode installedCode, CompiledCode compiledCode) { method in interface:HotSpotCodeCacheListener
H A DHotSpotGraalVMEventListener.java57 public void notifyInstall(HotSpotCodeCacheProvider codeCache, InstalledCode installedCode, CompiledCode compiledCode) { method in class:HotSpotGraalVMEventListener
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotVMEventListener.java46 default void notifyInstall(HotSpotCodeCacheProvider hotSpotCodeCacheProvider, InstalledCode installedCode, CompiledCode compiledCode) { method in interface:HotSpotVMEventListener
H A DHotSpotJVMCIRuntime.java487 void notifyInstall(HotSpotCodeCacheProvider hotSpotCodeCacheProvider, InstalledCode installedCode, CompiledCode compiledCode) { method in class:HotSpotJVMCIRuntime
/openjdk10/hotspot/test/compiler/jvmci/events/
H A DJvmciNotifyInstallEventTest.java148 public void notifyInstall(HotSpotCodeCacheProvider hotSpotCodeCacheProvider, method in class:JvmciNotifyInstallEventTest

Completed in 99 milliseconds