C# Class IKVM.Internal.JsrInliner.JsrMethodAnalyzer

Mostra file Open project: samskivert/ikvm-monotouch

Private Methods

Method Description
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