Searched defs:sites (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMutableCallSite.java276 syncAll(MutableCallSite[] sites) argument
[all...]
/openjdk9/hotspot/test/compiler/jvmci/errors/
H A DCodeInstallerTest.java75 protected void installEmptyCode(Site[] sites, Assumption[] assumptions, Comment[] comments, int dataSectionAlignment, DataPatch[] dataSectionPatches, StackSlot deoptRescueSlot) { argument
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotCompiledCode.java58 protected final Site[] sites; field in class:HotSpotCompiledCode
119 public HotSpotCompiledCode(String name, byte[] targetCode, int targetCodeSize, Site[] sites, Assumption[] assumptions, ResolvedJavaMethod[] methods, Comment[] comments, byte[] dataSection, argument
H A DHotSpotCompiledNmethod.java57 public HotSpotCompiledNmethod(String name, byte[] targetCode, int targetCodeSize, Site[] sites, Assumption[] assumptions, ResolvedJavaMethod[] methods, Comment[] comments, byte[] dataSection, argument
/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java315 public CallSite findCallSite(ArrayDeque<CallSite> sites) { argument
[all...]
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDropTargetRegistry.java98 private final List<Long> sites = new ArrayList<Long>(); field in class:XDropTargetRegistry.EmbeddedDropSiteEntry
[all...]
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.hpp191 objArrayOop sites() { return (objArrayOop) JNIHandles::resolve(_sites_handle); } function in class:CodeInstaller
H A DjvmciCodeInstaller.cpp695 objArrayOop sites = this->sites(); local
731 objArrayHandle sites = this->sites(); local
[all...]
/openjdk9/hotspot/test/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DTestAssembler.java194 private final ArrayList<Site> sites; field in class:TestAssembler

Completed in 65 milliseconds