Searched refs:calleeMethod (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/policy/
H A DInlineMethodSubstitutionsPolicy.java41 ResolvedJavaMethod calleeMethod = ((MethodCallTargetNode) callTarget).targetMethod();
42 if (replacements.getSubstitution(calleeMethod, invocation.callee().invoke().bci()) != null) {
/openjdk9/hotspot/test/compiler/calls/common/
H A DCallsBase.java38 protected final Method calleeMethod; field in class:CallsBase
54 calleeMethod = getClass().getDeclaredMethod("callee",
57 wb.testSetDontInlineMethod(calleeMethod, /* dontinline= */ true);
156 compileMethod(calleeMethod, compileCallee);
160 wb.getMethodCompilationLevel(calleeMethod),
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/walker/
H A DMethodInvocation.java142 ResolvedJavaMethod calleeMethod = ((MethodCallTargetNode) callTarget).targetMethod();
143 return calleeMethod.format("Invoke#%H.%n(%p)");
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/inlining/
H A DRecursiveInliningTest.java166 ResolvedJavaMethod calleeMethod = next.callTarget().targetMethod();
169 InliningUtil.inline(next, calleeGraph, false, canonicalizeNodes, calleeMethod);
171 Debug.dump(Debug.BASIC_LOG_LEVEL, callerGraph, "After inlining %s into %s iteration %d", calleeMethod, callerMethod, i);

Completed in 2082 milliseconds