ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
etiss
src
JIT.cpp
Go to the documentation of this file.
1
52
#include "
etiss/JIT.h
"
53
54
using namespace
etiss
;
55
56
JIT::JIT
(std::string name) : name_(name) {}
57
58
JIT::~JIT
() {}
59
60
std::string
JIT::getName
()
61
{
62
return
name_
;
63
}
JIT.h
JIT compiler interface definition.
etiss::JIT::JIT
JIT(std::string name)
Definition:
JIT.cpp:56
etiss::JIT::getName
std::string getName()
returns the JIT instance name previously passed to the constructor
Definition:
JIT.cpp:60
etiss::JIT::~JIT
virtual ~JIT()
Definition:
JIT.cpp:58
etiss::JIT::name_
std::string name_
Definition:
JIT.h:100
etiss
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
Definition:
Benchmark.h:53
Generated on Thu Oct 24 2024 09:40:12 for ETISS 0.8.0 by
1.9.1