C# 클래스 CSPspEmu.Core.Cpu.InstructionCache.MethodCacheInfo

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FollowPspCallingConventions bool
MethodCache MethodCache
Methods MethodCacheInfo
PC uint
StaticField ILInstanceHolderPoolItem>

공개 메소드들

메소드 설명
CallDelegate ( CpuThreadState CpuThreadState ) : void

Free ( ) : void

MethodCacheInfo ( MethodCache MethodCache, Action DelegateGeneratorForPC, uint PC ) : System
SetDynarecFunction ( DynarecFunction DynarecFunction ) : void

비공개 메소드들

메소드 설명
MethodCacheInfo ( ) : System

메소드 상세

CallDelegate() 공개 메소드

public CallDelegate ( CpuThreadState CpuThreadState ) : void
CpuThreadState CpuThreadState
리턴 void

Free() 공개 메소드

public Free ( ) : void
리턴 void

MethodCacheInfo() 공개 메소드

public MethodCacheInfo ( MethodCache MethodCache, Action DelegateGeneratorForPC, uint PC ) : System
MethodCache MethodCache
DelegateGeneratorForPC Action
PC uint
리턴 System

SetDynarecFunction() 공개 메소드

public SetDynarecFunction ( DynarecFunction DynarecFunction ) : void
DynarecFunction CSPspEmu.Core.Cpu.Dynarec.DynarecFunction
리턴 void

프로퍼티 상세

FollowPspCallingConventions 공개적으로 프로퍼티

public bool FollowPspCallingConventions
리턴 bool

MethodCache 공개적으로 프로퍼티

public MethodCache,CSPspEmu.Core.Cpu.InstructionCache MethodCache
리턴 MethodCache

Methods 공개적으로 정적으로 프로퍼티

public static MethodCacheInfo,CSPspEmu.Core.Cpu.InstructionCache Methods
리턴 MethodCacheInfo

PC 공개적으로 프로퍼티

EntryPoint setted first.
public uint PC
리턴 uint

StaticField 공개적으로 프로퍼티

Functions that are calling to this one. And that should be uncached when this function Static Field that will hold the Delegate
public ILInstanceHolderPoolItem> StaticField
리턴 ILInstanceHolderPoolItem>