public class ReflectiveNewInstanceMethod extends NonBytecodeStaticMethod
| Constructor and Description |
|---|
ReflectiveNewInstanceMethod(String name,
jdk.vm.ci.meta.ResolvedJavaMethod prototype,
Constructor<?> constructor) |
| Modifier and Type | Method and Description |
|---|---|
org.graalvm.compiler.nodes.StructuredGraph |
buildGraph(org.graalvm.compiler.debug.DebugContext ctx,
jdk.vm.ci.meta.ResolvedJavaMethod m,
com.oracle.graal.pointsto.meta.HostedProviders providers,
com.oracle.graal.pointsto.infrastructure.GraphProvider.Purpose purpose) |
protected org.graalvm.compiler.nodes.ValueNode |
createNewInstanceNode(jdk.vm.ci.meta.ResolvedJavaType type) |
protected void |
processInvoke(ReflectionGraphKit graphKit,
org.graalvm.compiler.nodes.InvokeWithExceptionNode invoke) |
allowRuntimeCompilation, asStackTraceElement, canBeInlined, canBeStaticallyBound, getAnnotation, getAnnotations, getCode, getCodeSize, getConstantPool, getDeclaredAnnotations, getDeclaringClass, getEncoding, getExceptionHandlers, getGenericParameterTypes, getLineNumberTable, getLocalVariableTable, getMaxLocals, getMaxStackSize, getModifiers, getName, getParameterAnnotations, getParameters, getProfilingInfo, getSignature, getSpeculationLog, hasNeverInlineDirective, isBridge, isClassInitializer, isConstructor, isDefault, isInVirtualMethodTable, isSynthetic, isVarArgs, reprofile, shouldBeInlinedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterAnnotation, getParameterAnnotations, getProfilingInfo, hasBytecodes, hasReceiver, isFinal, isJavaLangObjectInit, toParameterTypesisAbstract, isConcrete, isFinalFlagSet, isInterface, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSynchronized, isTransient, isVolatilegetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentpublic ReflectiveNewInstanceMethod(String name, jdk.vm.ci.meta.ResolvedJavaMethod prototype, Constructor<?> constructor)
public org.graalvm.compiler.nodes.StructuredGraph buildGraph(org.graalvm.compiler.debug.DebugContext ctx,
jdk.vm.ci.meta.ResolvedJavaMethod m,
com.oracle.graal.pointsto.meta.HostedProviders providers,
com.oracle.graal.pointsto.infrastructure.GraphProvider.Purpose purpose)
protected org.graalvm.compiler.nodes.ValueNode createNewInstanceNode(jdk.vm.ci.meta.ResolvedJavaType type)
protected void processInvoke(ReflectionGraphKit graphKit, org.graalvm.compiler.nodes.InvokeWithExceptionNode invoke)