#include <_impl.h>
Data Fields | |
tinyap_t | parser |
struct _text_seg_t | compile_vectors |
opcode_chain_t | result |
WalkDirection | compile_state |
wast_t | current_node |
struct _generic_stack_t | cn_stack |
const char * | virt_walker |
WalkDirection | virt_walker_state |
struct _text_seg_t | gram_nodes |
struct _opcode_dict_t | opcodes |
void * | dl_handle |
struct _slist_t | all_handles |
struct _slist_t | all_programs |
vm_dyn_env_t | env |
vm_data_t | exception |
scheduler_algorithm_t | scheduler |
word_t | threads_count |
struct _dlist_t | ready_threads |
struct _dlist_t | running_threads |
thread_t | current_thread |
struct _dlist_t | yielded_threads |
struct _dlist_t | zombie_threads |
word_t | timeslice |
vm_engine_t | engine |
volatile word_t | cycles |
struct _dlist_t | gc_pending |
tinyap_t _vm_t::parser |
struct _text_seg_t _vm_t::compile_vectors [read] |
WalkDirection _vm_t::compile_state |
wast_t _vm_t::current_node |
struct _generic_stack_t _vm_t::cn_stack [read] |
const char* _vm_t::virt_walker |
WalkDirection _vm_t::virt_walker_state |
struct _text_seg_t _vm_t::gram_nodes [read] |
struct _opcode_dict_t _vm_t::opcodes [read] |
void* _vm_t::dl_handle |
struct _slist_t _vm_t::all_handles [read] |
struct _slist_t _vm_t::all_programs [read] |
struct _dlist_t _vm_t::ready_threads [read] |
struct _dlist_t _vm_t::running_threads [read] |
struct _dlist_t _vm_t::yielded_threads [read] |
struct _dlist_t _vm_t::zombie_threads [read] |
volatile word_t _vm_t::cycles |
struct _dlist_t _vm_t::gc_pending [read] |