mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 17:06:47 +08:00
66 lines
2.4 KiB
Go
66 lines
2.4 KiB
Go
/*
|
|
* Copyright 2021 ByteDance Inc.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// +build !noasm !appengine
|
|
// Code generated by asm2asm, DO NOT EDIT.
|
|
|
|
package native
|
|
|
|
import (
|
|
`unsafe`
|
|
)
|
|
|
|
//go:nosplit
|
|
//go:noescape
|
|
//goland:noinspection ALL
|
|
func ___asm2asm_compiled_code__DO_NOT_CALL_THIS_SYMBOL___()
|
|
|
|
var (
|
|
_func__base = ___asm2asm_compiled_code__DO_NOT_CALL_THIS_SYMBOL___
|
|
_subr__f64toa = **(**uintptr)(unsafe.Pointer(&_func__base)) + 2953
|
|
_subr__i64toa = **(**uintptr)(unsafe.Pointer(&_func__base)) + 6042
|
|
_subr__lquote = **(**uintptr)(unsafe.Pointer(&_func__base)) + 384
|
|
_subr__lspace = **(**uintptr)(unsafe.Pointer(&_func__base)) + 1266
|
|
_subr__lzero = **(**uintptr)(unsafe.Pointer(&_func__base)) + 0
|
|
_subr__skip_array = **(**uintptr)(unsafe.Pointer(&_func__base)) + 14398
|
|
_subr__skip_object = **(**uintptr)(unsafe.Pointer(&_func__base)) + 14433
|
|
_subr__skip_one = **(**uintptr)(unsafe.Pointer(&_func__base)) + 12845
|
|
_subr__u64toa = **(**uintptr)(unsafe.Pointer(&_func__base)) + 6135
|
|
_subr__unquote = **(**uintptr)(unsafe.Pointer(&_func__base)) + 7356
|
|
_subr__value = **(**uintptr)(unsafe.Pointer(&_func__base)) + 9076
|
|
_subr__vnumber = **(**uintptr)(unsafe.Pointer(&_func__base)) + 11325
|
|
_subr__vsigned = **(**uintptr)(unsafe.Pointer(&_func__base)) + 12295
|
|
_subr__vstring = **(**uintptr)(unsafe.Pointer(&_func__base)) + 10096
|
|
_subr__vunsigned = **(**uintptr)(unsafe.Pointer(&_func__base)) + 12572
|
|
)
|
|
|
|
var (
|
|
_ = _subr__f64toa
|
|
_ = _subr__i64toa
|
|
_ = _subr__lquote
|
|
_ = _subr__lspace
|
|
_ = _subr__lzero
|
|
_ = _subr__skip_array
|
|
_ = _subr__skip_object
|
|
_ = _subr__skip_one
|
|
_ = _subr__u64toa
|
|
_ = _subr__unquote
|
|
_ = _subr__value
|
|
_ = _subr__vnumber
|
|
_ = _subr__vsigned
|
|
_ = _subr__vstring
|
|
_ = _subr__vunsigned
|
|
)
|