github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/internal/native/sse/get_by_path_subr.go (about)

     1  // +build !noasm !appengine
     2  // Code generated by asm2asm, DO NOT EDIT.
     3  
     4  package sse
     5  
     6  import (
     7  	`github.com/bytedance/sonic/loader`
     8  )
     9  
    10  const (
    11      _entry__get_by_path = 224
    12  )
    13  
    14  const (
    15      _stack__get_by_path = 216
    16  )
    17  
    18  const (
    19      _size__get_by_path = 22168
    20  )
    21  
    22  var (
    23      _pcsp__get_by_path = [][2]uint32{
    24          {1, 0},
    25          {4, 8},
    26          {6, 16},
    27          {8, 24},
    28          {10, 32},
    29          {12, 40},
    30          {13, 48},
    31          {12658, 216},
    32          {12665, 48},
    33          {12666, 40},
    34          {12668, 32},
    35          {12670, 24},
    36          {12672, 16},
    37          {12674, 8},
    38          {12675, 0},
    39          {22168, 216},
    40      }
    41  )
    42  
    43  var _cfunc_get_by_path = []loader.CFunc{
    44      {"_get_by_path_entry", 0,  _entry__get_by_path, 0, nil},
    45      {"_get_by_path", _entry__get_by_path, _size__get_by_path, _stack__get_by_path, _pcsp__get_by_path},
    46  }