#include <vm_local.h>
Collaboration diagram for vm_s:

Public Member Functions | |
| int (QDECL *entryPoint)(int callNum | |
Data Fields | |
| int | breakCount |
| int | breakFunction |
| int | callLevel |
| byte * | codeBase |
| int | codeLength |
| qboolean | compiled |
| qboolean | currentlyInterpreting |
| byte * | dataBase |
| int | dataMask |
| void * | dllHandle |
| char | fqpath [MAX_QPATH+1] |
| int * | instructionPointers |
| int | instructionPointersLength |
| char | name [MAX_QPATH] |
| int | numSymbols |
| int | programStack |
| int | stackBottom |
| vmSymbol_s * | symbols |
| int(* | systemCall )(int *parms) |
|
|
|
|
|
Definition at line 160 of file vm_local.h. Referenced by VM_CallInterpreted(). |
|
|
Definition at line 159 of file vm_local.h. Referenced by VM_CallInterpreted(). |
|
|
Definition at line 158 of file vm_local.h. Referenced by VM_CallInterpreted(), and VM_Indent(). |
|
|
Definition at line 144 of file vm_local.h. Referenced by VM_CallCompiled(), VM_CallInterpreted(), VM_Compile(), VM_Free(), VM_PrepareInterpreter(), and VM_SymbolForCompiledPointer(). |
|
|
Definition at line 145 of file vm_local.h. Referenced by VM_CallInterpreted(), VM_Compile(), VM_Create(), VM_PrepareInterpreter(), VM_SymbolForCompiledPointer(), and VM_VmInfo_f(). |
|
|
Definition at line 143 of file vm_local.h. Referenced by VM_Call(), VM_Create(), and VM_VmInfo_f(). |
|
|
Definition at line 141 of file vm_local.h. Referenced by VM_CallCompiled(), and VM_CallInterpreted(). |
|
|
Definition at line 150 of file vm_local.h. Referenced by callAsmCall(), VM_ArgPtr(), VM_CallCompiled(), VM_CallInterpreted(), VM_Compile(), VM_Create(), VM_ExplicitArgPtr(), VM_Free(), VM_LogSyscalls(), VM_Restart(), and VM_StackTrace(). |
|
|
Definition at line 151 of file vm_local.h. Referenced by VM_ArgPtr(), VM_CallCompiled(), VM_CallInterpreted(), VM_Compile(), VM_Create(), VM_ExplicitArgPtr(), and VM_VmInfo_f(). |
|
|
Definition at line 137 of file vm_local.h. Referenced by VM_Clear(), VM_Create(), VM_Free(), VM_Restart(), and VM_VmInfo_f(). |
|
|
Definition at line 163 of file vm_local.h. Referenced by VM_Create(). |
|
|
Definition at line 147 of file vm_local.h. Referenced by EmitAddEDI4(), EmitMovEAXEDI(), EmitMovEBXEDI(), ltopandsecond(), VM_CallCompiled(), VM_CallInterpreted(), VM_Compile(), VM_Create(), VM_Free(), VM_LoadSymbols(), VM_PrepareInterpreter(), and VM_SymbolForCompiledPointer(). |
|
|
Definition at line 148 of file vm_local.h. Referenced by VM_CallCompiled(), VM_Create(), VM_LoadSymbols(), and VM_VmInfo_f(). |
|
|
Definition at line 134 of file vm_local.h. Referenced by VM_Compile(), VM_Create(), VM_LoadSymbols(), VM_Restart(), and VM_VmInfo_f(). |
|
|
Definition at line 155 of file vm_local.h. Referenced by VM_LoadSymbols(), and VM_VmProfile_f(). |
|
|
Definition at line 129 of file vm_local.h. Referenced by callAsmCall(), VM_CallCompiled(), VM_CallInterpreted(), and VM_Create(). |
|
|
Definition at line 153 of file vm_local.h. Referenced by VM_CallInterpreted(), and VM_Create(). |
|
|
Definition at line 156 of file vm_local.h. Referenced by VM_LoadSymbols(), VM_SymbolToValue(), VM_ValueToFunctionSymbol(), VM_ValueToSymbol(), and VM_VmProfile_f(). |
|
|
Referenced by callAsmCall(), VM_CallInterpreted(), VM_Create(), VM_DllSyscall(), and VM_Restart(). |
1.3.9.1