Functions | |
void _VM_CALL | vm_op_arrayNew (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_arrayResv_Int (vm_t vm, word_t sz) |
void _VM_CALL | vm_op_arrayResv (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_arrayGet_Int (vm_t vm, word_t index) |
void _VM_CALL | vm_op_arrayGet (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_arraySet_Int (vm_t vm, word_t index) |
void _VM_CALL | vm_op_arraySet (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_arraySize (vm_t vm, word_t unused) |