github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/neon/lspace_subr_arm64.go (about) 1 // +build !noasm !appengine 2 // Code generated by asm2asm, DO NOT EDIT. 3 4 package neon 5 6 //go:nosplit 7 //go:noescape 8 //goland:noinspection ALL 9 func __lspace_entry__() uintptr 10 11 var ( 12 _subr__lspace uintptr = __lspace_entry__() + 0 13 ) 14 15 const ( 16 _stack__lspace = 32 17 ) 18 19 var ( 20 _ = _subr__lspace 21 ) 22 23 const ( 24 _ = _stack__lspace 25 )