public class SSAInvokeDynamicInstruction extends SSAInvokeInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitorparams, resultexception, siteiindex, NO_INDEX| Constructor and Description |
|---|
SSAInvokeDynamicInstruction(int iindex,
int[] params,
int exception,
CallSiteReference site,
com.ibm.wala.shrikeCT.BootstrapMethodsReader.BootstrapMethod bootstrap) |
SSAInvokeDynamicInstruction(int iindex,
int result,
int[] params,
int exception,
CallSiteReference site,
com.ibm.wala.shrikeCT.BootstrapMethodsReader.BootstrapMethod bootstrap) |
| Modifier and Type | Method and Description |
|---|---|
SSAInstruction |
copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses)
This method is meant to be used during SSA conversion for an IR that is not in SSA form.
|
com.ibm.wala.shrikeCT.BootstrapMethodsReader.BootstrapMethod |
getBootstrap() |
assertParamsKosher, getNumberOfParameters, getNumberOfReturnValues, getNumberOfUses, getReturnValue, getUse, hashCode, visitgetCallSite, getDeclaredResultType, getDeclaredTarget, getDef, getDef, getException, getInvocationCode, getNumberOfDefs, getProgramCounter, getReceiver, hasDef, isDispatch, isFallThrough, isPEI, isSpecial, isStatic, toStringequals, getExceptionTypes, getValueString, toStringpublic SSAInvokeDynamicInstruction(int iindex,
int result,
int[] params,
int exception,
CallSiteReference site,
com.ibm.wala.shrikeCT.BootstrapMethodsReader.BootstrapMethod bootstrap)
public SSAInvokeDynamicInstruction(int iindex,
int[] params,
int exception,
CallSiteReference site,
com.ibm.wala.shrikeCT.BootstrapMethodsReader.BootstrapMethod bootstrap)
public SSAInstruction copyForSSA(SSAInstructionFactory insts, int[] defs, int[] uses)
SSAInstructioncopyForSSA in class SSAInvokeInstructionpublic com.ibm.wala.shrikeCT.BootstrapMethodsReader.BootstrapMethod getBootstrap()
Copyright © 2015. All rights reserved.