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

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Main ( ) : void
_AddedPC ( uint PC ) : void
_GenerateForPC ( uint PC ) : DynarecFunction
_ShouldAdd ( uint PC ) : bool

Method Details

AddPCLater() public méthode

public AddPCLater ( uint PC ) : void
PC uint
Résultat void

AddPCNow() public méthode

public AddPCNow ( uint PC ) : void
PC uint
Résultat void

GetDynarecFunctionForPC() public méthode

public GetDynarecFunctionForPC ( uint PC ) : DynarecFunction
PC uint
Résultat CSPspEmu.Core.Cpu.Dynarec.DynarecFunction

MethodCompilerThread() public méthode

public MethodCompilerThread ( CpuProcessor CpuProcessor, MethodCache MethodCache ) : System
CpuProcessor CpuProcessor
MethodCache MethodCache
Résultat System