Searched defs:architecture (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/util/
H A DRegisterMap.java33 private final Architecture architecture; field in class:RegisterMap
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DCachingPEGraphDecoder.java61 CachingPEGraphDecoder(Providers providers, GraphBuilderConfiguration graphBuilderConfig, OptimisticOptimizations optimisticOpts, AllowAssumptions allowAssumptions, Architecture architecture) argument
H A DPEGraphDecoder.java381 PEGraphDecoder(MetaAccessProvider metaAccess, ConstantReflectionProvider constantReflection, ConstantFieldProvider constantFieldProvider, StampProvider stampProvider, Architecture architecture) argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DSimplifyingGraphDecoder.java122 SimplifyingGraphDecoder(MetaAccessProvider metaAccess, ConstantReflectionProvider constantReflection, ConstantFieldProvider constantFieldProvider, StampProvider stampProvider, boolean canonicalizeReads, Architecture architecture) argument
H A DGraphEncoder.java128 protected final Architecture architecture; field in class:GraphEncoder
152 public static EncodedGraph encodeSingleGraph(StructuredGraph graph, Architecture architecture) { argument
160 public GraphEncoder(Architecture architecture) { argument
406 public static boolean verifyEncoding(StructuredGraph originalGraph, EncodedGraph encodedGraph, Architecture architecture) { argument
[all...]
H A DGraphDecoder.java338 protected final Architecture architecture; field in class:GraphDecoder
340 public GraphDecoder(Architecture architecture) { argument
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCIRuntime.java213 public static HotSpotJVMCIBackendFactory findFactory(String architecture) { argument

Completed in 130 milliseconds