github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/neon/get_by_path_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 __get_by_path_entry__() uintptr 10 11 var ( 12 _subr__get_by_path uintptr = __get_by_path_entry__() + 48 13 ) 14 15 const ( 16 _stack__get_by_path = 208 17 ) 18 19 var ( 20 _ = _subr__get_by_path 21 ) 22 23 const ( 24 _ = _stack__get_by_path 25 )