Searched refs:useForInlining (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DInvokeNode.java81 protected boolean useForInlining; field in class:InvokeNode
92 this.useForInlining = true;
116 public boolean useForInlining() { method in class:InvokeNode
117 return useForInlining;
122 this.useForInlining = value;
H A DInvokeWithExceptionNode.java64 protected boolean useForInlining; field in class:InvokeWithExceptionNode
73 this.useForInlining = true;
121 public boolean useForInlining() { method in class:InvokeWithExceptionNode
122 return useForInlining;
127 this.useForInlining = value;
H A DInvoke.java52 boolean useForInlining(); method in interface:Invoke
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/info/
H A DMultiTypeGuardInlineInfo.java372 PhiNode exceptionObjectPhi, boolean useForInlining) {
373 Invoke duplicatedInvoke = duplicateInvokeForInlining(graph, invoke, exceptionMerge, exceptionObjectPhi, useForInlining);
387 private static Invoke duplicateInvokeForInlining(StructuredGraph graph, Invoke invoke, AbstractMergeNode exceptionMerge, PhiNode exceptionObjectPhi, boolean useForInlining) { argument
391 result.setUseForInlining(useForInlining);
371 createInvocationBlock(StructuredGraph graph, Invoke invoke, AbstractMergeNode returnMerge, PhiNode returnValuePhi, AbstractMergeNode exceptionMerge, PhiNode exceptionObjectPhi, boolean useForInlining) argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/
H A DInliningUtil.java260 if (!invoke.useForInlining()) {

Completed in 112 milliseconds