GoToSocial/vendor/github.com/bytedance/sonic/internal/native/neon/get_by_path_subr_arm64.go

26 lines
363 B
Go

// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.
package neon
//go:nosplit
//go:noescape
//goland:noinspection ALL
func __get_by_path_entry__() uintptr
var (
_subr__get_by_path uintptr = __get_by_path_entry__() + 48
)
const (
_stack__get_by_path = 208
)
var (
_ = _subr__get_by_path
)
const (
_ = _stack__get_by_path
)