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

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
AddPCLater ( uint PC ) : void
AddPCNow ( uint PC ) : void
GetDynarecFunctionForPC ( uint PC ) : DynarecFunction
MethodCompilerThread ( CpuProcessor CpuProcessor, MethodCache MethodCache ) : System

Private Methods

Method Description
Main ( ) : void
_AddedPC ( uint PC ) : void
_GenerateForPC ( uint PC ) : DynarecFunction
_ShouldAdd ( uint PC ) : bool

Method Details

AddPCLater() public method

public AddPCLater ( uint PC ) : void
PC uint
return void

AddPCNow() public method

public AddPCNow ( uint PC ) : void
PC uint
return void

GetDynarecFunctionForPC() public method

public GetDynarecFunctionForPC ( uint PC ) : DynarecFunction
PC uint
return CSPspEmu.Core.Cpu.Dynarec.DynarecFunction

MethodCompilerThread() public method

public MethodCompilerThread ( CpuProcessor CpuProcessor, MethodCache MethodCache ) : System
CpuProcessor CpuProcessor
MethodCache MethodCache
return System