public static interface EscapeAnalysis.ProgramDescriptorProvider
| Modifier and Type | Method and Description |
|---|---|
EscapeAnalysis.ProgramDescriptor |
resolveConstructorInvocation(BytecodeObjectTypeRef aClass,
BytecodeMethodSignature aSignature) |
EscapeAnalysis.ProgramDescriptor |
resolveDirectInvocation(BytecodeObjectTypeRef aClazz,
String aMethodName,
BytecodeMethodSignature aSignature) |
EscapeAnalysis.ProgramDescriptor |
resolveStaticInvocation(BytecodeObjectTypeRef aClass,
String aMethodName,
BytecodeMethodSignature aSignature) |
EscapeAnalysis.ProgramDescriptor resolveStaticInvocation(BytecodeObjectTypeRef aClass, String aMethodName, BytecodeMethodSignature aSignature)
EscapeAnalysis.ProgramDescriptor resolveConstructorInvocation(BytecodeObjectTypeRef aClass, BytecodeMethodSignature aSignature)
EscapeAnalysis.ProgramDescriptor resolveDirectInvocation(BytecodeObjectTypeRef aClazz, String aMethodName, BytecodeMethodSignature aSignature)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.