Documentation ¶
Index ¶
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 (*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.