|
Monero
|
#include <vm_interpreted.hpp>


Public Member Functions | |
| void * | operator new (size_t size) |
| void | operator delete (void *ptr) |
| void | run (void *seed) override |
| void | setDataset (randomx_dataset *dataset) override |
| Public Member Functions inherited from randomx::VmBase< Allocator, softAes > | |
| ~VmBase () override | |
| void | allocate () override |
| void | initScratchpad (void *seed) override |
| void | getFinalResult (void *out, size_t outSize) override |
| void | hashAndFill (void *out, size_t outSize, uint64_t *fill_state) override |
| Public Member Functions inherited from randomx_vm | |
| virtual | ~randomx_vm ()=0 |
| virtual void | setCache (randomx_cache *cache) |
| void | resetRoundingMode () |
| randomx::RegisterFile * | getRegisterFile () |
| const void * | getScratchpad () |
| const randomx::Program & | getProgram () |
| const uint8_t * | getMemory () const |
| Public Member Functions inherited from randomx::BytecodeMachine | |
| void | beginCompilation (NativeRegisterFile ®File) |
| void | compileProgram (Program &program, InstructionByteCode bytecode[RANDOMX_PROGRAM_SIZE], NativeRegisterFile ®File) |
| void | compileInstruction (RANDOMX_GEN_ARGS) |
Protected Member Functions | |
| virtual void | datasetRead (uint64_t blockNumber, int_reg_t(&r)[RegistersCount]) |
| virtual void | datasetPrefetch (uint64_t blockNumber) |
| Protected Member Functions inherited from randomx::VmBase< Allocator, softAes > | |
| void | generateProgram (void *seed) |
| Protected Member Functions inherited from randomx_vm | |
| void | initialize () |
Private Member Functions | |
| void | execute () |
Private Attributes | |
| InstructionByteCode | bytecode [RANDOMX_PROGRAM_SIZE] |
|
protectedvirtual |
Reimplemented in randomx::InterpretedLightVm< Allocator, softAes >, randomx::InterpretedLightVm< AlignedAllocator< CacheLineSize >, false >, randomx::InterpretedLightVm< AlignedAllocator< CacheLineSize >, true >, randomx::InterpretedLightVm< LargePageAllocator, false >, and randomx::InterpretedLightVm< LargePageAllocator, true >.
|
protectedvirtual |
|
private |
|
inline |
|
inline |
|
overridevirtual |
Implements randomx_vm.
|
overridevirtual |
Reimplemented from randomx_vm.
|
private |