Uses of Class
com.strobel.assembler.metadata.DynamicCallSite
Packages that use DynamicCallSite
Package
Description
-
Uses of DynamicCallSite in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionprivate static booleanInstruction.checkOperand(OperandType operandType, DynamicCallSite callSite) static InstructionInstruction.create(OpCode opCode, DynamicCallSite callSite) voidInstructionVisitor.visitDynamicCallSite(OpCode opCode, DynamicCallSite callSite) voidStackMappingVisitor.InstructionAnalyzer.visitDynamicCallSite(OpCode opCode, DynamicCallSite callSite) -
Uses of DynamicCallSite in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return DynamicCallSiteModifier and TypeMethodDescriptionClassFileReader.Scope.lookupDynamicCallSite(int token) IMetadataScope.lookupDynamicCallSite(int token) -
Uses of DynamicCallSite in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionstatic voidDecompilerHelpers.writeDynamicCallSite(ITextOutput output, DynamicCallSite operand) -
Uses of DynamicCallSite in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as DynamicCallSiteMethods in com.strobel.decompiler.ast that return DynamicCallSiteMethods in com.strobel.decompiler.ast with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionfinal voidLambda.setCallSite(DynamicCallSite callSite) private LambdaAstOptimizer.InlineLambdasOptimization.tryInlineLambda(Expression site, DynamicCallSite callSite) -
Uses of DynamicCallSite in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionvoidBytecodeLanguage.InstructionPrinter.visitDynamicCallSite(OpCode op, DynamicCallSite callSite) -
Uses of DynamicCallSite in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type DynamicCallSiteModifier and TypeFieldDescriptionstatic final Key<DynamicCallSite> Keys.DYNAMIC_CALL_SITE(package private) final Map<DynamicCallSite, Lambda> AstMethodBodyBuilder.MethodVariables.lambdas -
Uses of DynamicCallSite in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms declared as DynamicCallSiteModifier and TypeFieldDescription(package private) final DynamicCallSiteInvokeDynamicRewriter.IndyHelperBuilder.callSiteMethods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type DynamicCallSiteModifier and TypeMethodDescriptionprivate voidIntroduceStringConcatenationTransform.handleIndyConcatWithConstants(InvocationExpression parent, DynamicCallSite callSite, AstNodeCollection<Expression> arguments) protected InvocationExpressionAbstractHelperClassTransform.makeBootstrapCall(DynamicCallSite callSite, Variable lookupVariable) protected ExpressionAbstractHelperClassTransform.tryConvertArgument(Variable lookupVariable, AstType methodHandles, ParameterDefinition p, DynamicCallSite callSite, int argumentIndex, boolean isVarArgs) Constructors in com.strobel.decompiler.languages.java.ast.transforms with parameters of type DynamicCallSiteModifierConstructorDescription(package private)IndyHelperBuilder(TypeDeclaration parentDeclaration, TypeReference parentType, DynamicCallSite callSite)