C# Class CSPspEmu.Core.Cpu.InstructionCache.MethodCache

Inheritance: IInjectInitialize
显示文件 Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Methods MethodCache

Public Methods

Method Description
FlushAll ( ) : void
FlushRange ( uint Start, uint End ) : void
GetForPC ( uint PC ) : MethodCacheInfo

_MethodCacheInfo_SetInternal ( CpuThreadState CpuThreadState, MethodCacheInfo MethodCacheInfo, uint PC ) : void

Private Methods

Method Description
Free ( MethodCacheInfo MethodCacheInfo ) : void
IInjectInitialize ( ) : void

Method Details

FlushAll() public method

public FlushAll ( ) : void
return void

FlushRange() public method

public FlushRange ( uint Start, uint End ) : void
Start uint
End uint
return void

GetForPC() public method

public GetForPC ( uint PC ) : MethodCacheInfo
PC uint
return MethodCacheInfo

_MethodCacheInfo_SetInternal() public method

public _MethodCacheInfo_SetInternal ( CpuThreadState CpuThreadState, MethodCacheInfo MethodCacheInfo, uint PC ) : void
CpuThreadState CpuThreadState
MethodCacheInfo MethodCacheInfo
PC uint
return void

Property Details

Methods public_oe static_oe property

public static MethodCache,CSPspEmu.Core.Cpu.InstructionCache Methods
return MethodCache