Wire Sysio Wire Sysion 1.0.0
|
#include <x86_64.hpp>
Classes | |
struct | stack_item |
Public Member Functions | |
void * | emit_case (uint32_t depth_change) |
void * | emit_default (uint32_t depth_change) |
void * | emit_case (uint32_t depth_change) |
void * | emit_default (uint32_t depth_change) |
Public Attributes | |
machine_code_writer * | _this |
int | _i = 0 |
std::vector< stack_item > | stack |
Definition at line 228 of file x86_64.hpp.
|
inline |
Definition at line 229 of file x86_64.hpp.
|
inline |
Definition at line 229 of file x86_64.hpp.
|
inline |
Definition at line 270 of file x86_64.hpp.
|
inline |
Definition at line 270 of file x86_64.hpp.
int sysio::vm::machine_code_writer< Context >::br_table_generator::_i = 0 |
Definition at line 276 of file x86_64.hpp.
machine_code_writer * sysio::vm::machine_code_writer< Context >::br_table_generator::_this |
Definition at line 275 of file x86_64.hpp.
std::vector< stack_item > sysio::vm::machine_code_writer< Context >::br_table_generator::stack |
Definition at line 285 of file x86_64.hpp.