Method |
Description |
|
CreateEvalMethod ( byte program, int pc ) : DynamicMethod |
|
|
CreateLabelForPC ( ILGenerator ilgen, int pc ) : Label |
|
|
EmitEvalMethodBody ( DynamicMethod m, ILGenerator ilgen, Frame frame, byte program, int pc, int end_pc, bool one_op, bool no_bump, int &out_pc ) : DynamicMethod |
|
|
EmitGenericOp ( RxOp op, bool negate, bool ignore, bool reverse, bool lazy ) : void |
|
|
GetEvalMethod ( byte program, int pc ) : DynamicMethod |
|
|
GetILOffset ( ILGenerator ilgen ) : int |
|
|
GetMethod ( Type t, string name, MethodInfo &cached ) : MethodInfo |
|
|
GetMethod ( string name, MethodInfo &cached ) : MethodInfo |
|
|
ICompiler ( ) : IMachineFactory |
|
|
MakeFlags ( bool negate, bool ignore, bool reverse, bool lazy ) : OpFlags |
|
|
ReadInt ( byte code, int pc ) : int |
|
|
ReadShort ( byte program, int pc ) : int |
|
|