C# Класс IKVM.Internal.JsrInliner.JsrMethodAnalyzer

Показать файл Открыть проект

Приватные методы

Метод Описание
AddCallSite ( int subroutineIndex, int callSiteIndex ) : void
AddReturnSite ( int callSiteIndex, int returnSiteIndex ) : void
GetCallSites ( int subroutineIndex ) : int[]
GetConstantPoolConstantType ( int index ) : ClassFile.ConstantType
GetFieldref ( int index ) : ClassFile.ConstantPoolItemFieldref
GetLocalTypeWrapper ( int index, int local ) : SimpleType
GetMethodref ( int index ) : ClassFile.ConstantPoolItemMI
GetReturnSites ( int callSiteIndex ) : List
IsSubroutineActive ( int instructionIndex, int subroutineIndex ) : bool
JsrMethodAnalyzer ( MethodWrapper mw, ClassFile classFile, ClassFile method, ClassLoaderWrapper classLoader, IKVM.Internal.ClassFile.Method.InstructionFlags flags ) : System