C# Class CSPspEmu.Core.Cpu.Dynarec.DynarecFunction

Class that represents a PSP ALLEGREX function converted into a .NET IL function.
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
AstNode AstNodeStm
CallingPCs List
Delegate Action
DisableOptimizations bool
EntryPC uint
InlinedAtFunctions List
InstructionStats uint>.Dictionary
MaxPC uint
MinPC uint
Name string
TimeAnalyzeBranches System.TimeSpan
TimeCreateDelegate System.TimeSpan
TimeGenerateAst System.TimeSpan
TimeGenerateIL System.TimeSpan
TimeLinking System.TimeSpan
TimeOptimize System.TimeSpan

Property Details

AstNode public_oe property

Root node containing the whole function code.
public AstNodeStm AstNode
Résultat AstNodeStm

CallingPCs public_oe property

A list of Calling PCs
public List CallingPCs
Résultat List

Delegate public_oe property

Delegate to execute this function.
public Action Delegate
Résultat Action

DisableOptimizations public_oe property

public bool DisableOptimizations
Résultat bool

EntryPC public_oe property

public uint EntryPC
Résultat uint

InlinedAtFunctions public_oe property

A list of functions that have embedded this function.
public List InlinedAtFunctions
Résultat List

InstructionStats public_oe property

public Dictionary InstructionStats
Résultat uint>.Dictionary

MaxPC public_oe property

public uint MaxPC
Résultat uint

MinPC public_oe property

public uint MinPC
Résultat uint

Name public_oe property

Special function name.
public string Name
Résultat string

TimeAnalyzeBranches public_oe property

public TimeSpan,System TimeAnalyzeBranches
Résultat System.TimeSpan

TimeCreateDelegate public_oe property

public TimeSpan,System TimeCreateDelegate
Résultat System.TimeSpan

TimeGenerateAst public_oe property

public TimeSpan,System TimeGenerateAst
Résultat System.TimeSpan

TimeGenerateIL public_oe property

public TimeSpan,System TimeGenerateIL
Résultat System.TimeSpan

TimeLinking public_oe property

public TimeSpan,System TimeLinking
Résultat System.TimeSpan

TimeOptimize public_oe property

public TimeSpan,System TimeOptimize
Résultat System.TimeSpan