Searched defs:graph (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/walker/
H A DInliningIterator.java57 public InliningIterator(StructuredGraph graph) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.virtual/src/org/graalvm/compiler/virtual/phases/ea/
H A DVirtualUtil.java49 public static boolean assertNonReachable(StructuredGraph graph, List<Node> obsoleteNodes) { argument
154 public static boolean matches(StructuredGraph graph, String filter) { argument
161 matchesHelper(StructuredGraph graph, String filter) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/module/
H A DConfiguration.java112 private final Map<ResolvedModule, Set<ResolvedModule>> graph; field in class:Configuration
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DNodeBitMap.java39 public NodeBitMap(Graph graph) { argument
59 public Graph graph() { method in class:NodeBitMap
[all...]
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java43 private InputGraph graph; field in class:Diagram
133 public static Diagram createDiagram(InputGraph graph, String nodeText) { argument
[all...]
H A DSlot.java
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DGuardedIntrinsicTest.java109 private StructuredGraph graph; field in class:GuardedIntrinsicTest
[all...]
H A DCopyOfVirtualizationTest.java36 protected boolean checkMidTierGraph(StructuredGraph graph) { argument
H A DUnsafeReadEliminationTest.java114 public void testEarlyReadElimination(StructuredGraph graph, int reads, int writes) { argument
128 testPartialEscapeReadElimination(StructuredGraph graph, int reads, int writes) argument
[all...]
H A DTypeSystemTest.java201 assertEquals(StructuredGraph expected, StructuredGraph graph) argument
210 outputGraph(StructuredGraph graph, String message) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/
H A DBasicInductionVariable.java58 public StructuredGraph graph() { method in class:BasicInductionVariable
[all...]
H A DLoopFragmentInside.java391 patchPhi(StructuredGraph graph, PhiNode phi, AbstractMergeNode merge) argument
[all...]
H A DLoopFragment.java128 public StructuredGraph graph() { method in class:LoopFragment
185 computeNodes(Graph graph, Iterable<AbstractBeginNode> blocks) argument
189 computeNodes(Graph graph, Iterable<AbstractBeginNode> blocks, Iterable<AbstractBeginNode> earlyExits) argument
195 computeNodes(NodeBitMap nodes, Graph graph, Iterable<AbstractBeginNode> blocks, Iterable<AbstractBeginNode> earlyExits) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.printer/src/org/graalvm/compiler/printer/
H A DGraphPrinterDumpHandler.java72 GraphPrinter get(Graph graph) throws IOException; argument
96 private void ensureInitialized(Graph graph) { argument
213 addCompilationId(Map<Object, Object> properties, final Graph graph) argument
219 getInlineContext(Graph graph) argument
[all...]
H A DCanonicalStringGraphPrinter.java124 protected static void writeCanonicalExpressionCFGString(StructuredGraph graph, boolean checkConstants, boolean removeIdentities, PrintWriter writer) { argument
160 protected static ControlFlowGraph getControlFlowGraph(StructuredGraph graph) { argument
169 protected static void writeCanonicalGraphString(StructuredGraph graph, boolea argument
244 getCanonicalGraphString(StructuredGraph graph, boolean excludeVirtual, boolean checkConstants) argument
263 getDirectory(StructuredGraph graph) argument
273 print(DebugContext debug, Graph graph, Map<Object, Object> properties, int id, String format, Object... args) argument
[all...]
H A DGraalDebugHandlersFactory.java148 private static GraphPrinter createNetworkPrinter(Graph graph, OptionValues options, SnippetReflectionProvider snippetReflection) throws IOException { argument
188 createDumpPath(OptionValues options, Graph graph, String extension, boolean createDirectory) argument
256 getGraphName(StructuredGraph graph) argument
266 createFilePrinter(Graph graph, OptionValues options, SnippetReflectionProvider snippetReflection) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DConstantPoolSubstitutionsTests.java66 protected static StructuredGraph assertNotInGraph(StructuredGraph graph, Class<?> clazz) { argument
[all...]
H A DClassSubstitutionsTests.java57 protected static StructuredGraph assertNotInGraph(StructuredGraph graph, Class<?> clazz) { argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DInstanceOfSnippetsTemplates.java112 protected InstanceOfUsageReplacer createReplacer(FloatingNode instanceOf, Instantiation instantiation, Node usage, final StructuredGraph graph) { argument
197 asMaterialization(StructuredGraph graph, ValueNode t, ValueNode f) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.api.directives.test/src/org/graalvm/compiler/api/directives/test/
H A DControlFlowAnchorDirectiveTest.java226 private static List<NodeCount> getNodeCountAnnotations(StructuredGraph graph) { argument
242 protected boolean checkLowTierGraph(StructuredGraph graph) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/graph/
H A DSinglePassNodeIterator.java
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DIntegerExactFoldTest.java131 findNode(StructuredGraph graph) argument
[all...]
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java88 private UniversalGraph<N, E> graph; field in class:HierarchicalGraphLayout.VertexWrapper
92 public VertexWrapper(N node, UniversalGraph<N, E> graph) { argument
144 protected void performGraphLayout(UniversalGraph<N, E> graph) { argument
169 performNodesLayout(UniversalGraph<N, E> graph, Collection<N> nodes) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/deopt/
H A DMonitorDeoptTest.java159 private static LoopBeginNode findFirstLoop(StructuredGraph graph) { argument
179 private static void removeLoopSafepoint(StructuredGraph graph) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DTypeCheckSnippetUtils.java168 static Hints createHints(TypeCheckHints hints, MetaAccessProvider metaAccess, boolean positiveOnly, StructuredGraph graph) { argument

Completed in 215 milliseconds

1234567891011>>