Documentation
¶
Index ¶
- type AOTContext
- func (c *AOTContext) Initialize(vm *exec.VirtualMachine)
- func (c *AOTContext) UnsafeInvokeFunction_0(vm *exec.VirtualMachine, name string) uint64
- func (c *AOTContext) UnsafeInvokeFunction_1(vm *exec.VirtualMachine, name string, p0 uint64) uint64
- func (c *AOTContext) UnsafeInvokeFunction_2(vm *exec.VirtualMachine, name string, p0, p1 uint64) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AOTContext ¶
type AOTContext struct {
// contains filtered or unexported fields
}
func FullAOTCompile ¶
func FullAOTCompile(vm *exec.VirtualMachine) *AOTContext
func FullAOTCompileModule ¶
func FullAOTCompileModule(m *exec.Module) *AOTContext
func (*AOTContext) Initialize ¶
func (c *AOTContext) Initialize(vm *exec.VirtualMachine)
func (*AOTContext) UnsafeInvokeFunction_0 ¶
func (c *AOTContext) UnsafeInvokeFunction_0(vm *exec.VirtualMachine, name string) uint64
func (*AOTContext) UnsafeInvokeFunction_1 ¶
func (c *AOTContext) UnsafeInvokeFunction_1(vm *exec.VirtualMachine, name string, p0 uint64) uint64
func (*AOTContext) UnsafeInvokeFunction_2 ¶
func (c *AOTContext) UnsafeInvokeFunction_2(vm *exec.VirtualMachine, name string, p0, p1 uint64) uint64
Click to show internal directories.
Click to hide internal directories.