C# 클래스 CSPspEmu.Core.Cpu.Dynarec.DynarecFunction

Class that represents a PSP ALLEGREX function converted into a .NET IL function.
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

AstNode 공개적으로 프로퍼티

Root node containing the whole function code.
public AstNodeStm AstNode
리턴 AstNodeStm

CallingPCs 공개적으로 프로퍼티

A list of Calling PCs
public List CallingPCs
리턴 List

Delegate 공개적으로 프로퍼티

Delegate to execute this function.
public Action Delegate
리턴 Action

DisableOptimizations 공개적으로 프로퍼티

public bool DisableOptimizations
리턴 bool

EntryPC 공개적으로 프로퍼티

public uint EntryPC
리턴 uint

InlinedAtFunctions 공개적으로 프로퍼티

A list of functions that have embedded this function.
public List InlinedAtFunctions
리턴 List

InstructionStats 공개적으로 프로퍼티

public Dictionary InstructionStats
리턴 uint>.Dictionary

MaxPC 공개적으로 프로퍼티

public uint MaxPC
리턴 uint

MinPC 공개적으로 프로퍼티

public uint MinPC
리턴 uint

Name 공개적으로 프로퍼티

Special function name.
public string Name
리턴 string

TimeAnalyzeBranches 공개적으로 프로퍼티

public TimeSpan,System TimeAnalyzeBranches
리턴 System.TimeSpan

TimeCreateDelegate 공개적으로 프로퍼티

public TimeSpan,System TimeCreateDelegate
리턴 System.TimeSpan

TimeGenerateAst 공개적으로 프로퍼티

public TimeSpan,System TimeGenerateAst
리턴 System.TimeSpan

TimeGenerateIL 공개적으로 프로퍼티

public TimeSpan,System TimeGenerateIL
리턴 System.TimeSpan

TimeLinking 공개적으로 프로퍼티

public TimeSpan,System TimeLinking
리턴 System.TimeSpan

TimeOptimize 공개적으로 프로퍼티

public TimeSpan,System TimeOptimize
리턴 System.TimeSpan