All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.fastffi.llvm.IntrinsicID_Library_cxx_0xf3cc1669 Maven / Gradle / Ivy

The newest version!
package com.alibaba.fastffi.llvm;

import com.alibaba.fastffi.FFIGetter;
import com.alibaba.fastffi.FFISynthetic;
import com.alibaba.fastffi.FFITypeFactory;
import java.lang.UnsatisfiedLinkError;

@FFISynthetic("com.alibaba.fastffi.llvm.IntrinsicID.Library")
public class IntrinsicID_Library_cxx_0xf3cc1669 implements IntrinsicID.Library {
  public static final IntrinsicID.Library INSTANCE;

  static {
    try {
      System.loadLibrary("llvm4jni");
    } catch (UnsatisfiedLinkError e) {
      System.load(FFITypeFactory.findNativeLibrary(IntrinsicID_Library_cxx_0xf3cc1669.class, "llvm4jni"));
    }
  }
  static {
    INSTANCE = new IntrinsicID_Library_cxx_0xf3cc1669();
  }

  public IntrinsicID_Library_cxx_0xf3cc1669() {
  }

  @FFIGetter
  public int addressofreturnaddress() {
    return nativeAddressofreturnaddress();
  }

  @FFIGetter
  public static native int nativeAddressofreturnaddress();

  @FFIGetter
  public int adjust_trampoline() {
    return nativeAdjust_trampoline();
  }

  @FFIGetter
  public static native int nativeAdjust_trampoline();

  @FFIGetter
  public int annotation() {
    return nativeAnnotation();
  }

  @FFIGetter
  public static native int nativeAnnotation();

  @FFIGetter
  public int assume() {
    return nativeAssume();
  }

  @FFIGetter
  public static native int nativeAssume();

  @FFIGetter
  public int bitreverse() {
    return nativeBitreverse();
  }

  @FFIGetter
  public static native int nativeBitreverse();

  @FFIGetter
  public int bswap() {
    return nativeBswap();
  }

  @FFIGetter
  public static native int nativeBswap();

  @FFIGetter
  public int call_preallocated_arg() {
    return nativeCall_preallocated_arg();
  }

  @FFIGetter
  public static native int nativeCall_preallocated_arg();

  @FFIGetter
  public int call_preallocated_setup() {
    return nativeCall_preallocated_setup();
  }

  @FFIGetter
  public static native int nativeCall_preallocated_setup();

  @FFIGetter
  public int call_preallocated_teardown() {
    return nativeCall_preallocated_teardown();
  }

  @FFIGetter
  public static native int nativeCall_preallocated_teardown();

  @FFIGetter
  public int canonicalize() {
    return nativeCanonicalize();
  }

  @FFIGetter
  public static native int nativeCanonicalize();

  @FFIGetter
  public int ceil() {
    return nativeCeil();
  }

  @FFIGetter
  public static native int nativeCeil();

  @FFIGetter
  public int clear_cache() {
    return nativeClear_cache();
  }

  @FFIGetter
  public static native int nativeClear_cache();

  @FFIGetter
  public int codeview_annotation() {
    return nativeCodeview_annotation();
  }

  @FFIGetter
  public static native int nativeCodeview_annotation();

  @FFIGetter
  public int convert_from_fp16() {
    return nativeConvert_from_fp16();
  }

  @FFIGetter
  public static native int nativeConvert_from_fp16();

  @FFIGetter
  public int convert_to_fp16() {
    return nativeConvert_to_fp16();
  }

  @FFIGetter
  public static native int nativeConvert_to_fp16();

  @FFIGetter
  public int copysign() {
    return nativeCopysign();
  }

  @FFIGetter
  public static native int nativeCopysign();

  @FFIGetter
  public int coro_alloc() {
    return nativeCoro_alloc();
  }

  @FFIGetter
  public static native int nativeCoro_alloc();

  @FFIGetter
  public int coro_alloca_alloc() {
    return nativeCoro_alloca_alloc();
  }

  @FFIGetter
  public static native int nativeCoro_alloca_alloc();

  @FFIGetter
  public int coro_alloca_free() {
    return nativeCoro_alloca_free();
  }

  @FFIGetter
  public static native int nativeCoro_alloca_free();

  @FFIGetter
  public int coro_alloca_get() {
    return nativeCoro_alloca_get();
  }

  @FFIGetter
  public static native int nativeCoro_alloca_get();

  @FFIGetter
  public int coro_begin() {
    return nativeCoro_begin();
  }

  @FFIGetter
  public static native int nativeCoro_begin();

  @FFIGetter
  public int coro_destroy() {
    return nativeCoro_destroy();
  }

  @FFIGetter
  public static native int nativeCoro_destroy();

  @FFIGetter
  public int coro_done() {
    return nativeCoro_done();
  }

  @FFIGetter
  public static native int nativeCoro_done();

  @FFIGetter
  public int coro_end() {
    return nativeCoro_end();
  }

  @FFIGetter
  public static native int nativeCoro_end();

  @FFIGetter
  public int coro_frame() {
    return nativeCoro_frame();
  }

  @FFIGetter
  public static native int nativeCoro_frame();

  @FFIGetter
  public int coro_free() {
    return nativeCoro_free();
  }

  @FFIGetter
  public static native int nativeCoro_free();

  @FFIGetter
  public int coro_id() {
    return nativeCoro_id();
  }

  @FFIGetter
  public static native int nativeCoro_id();

  @FFIGetter
  public int coro_id_retcon() {
    return nativeCoro_id_retcon();
  }

  @FFIGetter
  public static native int nativeCoro_id_retcon();

  @FFIGetter
  public int coro_id_retcon_once() {
    return nativeCoro_id_retcon_once();
  }

  @FFIGetter
  public static native int nativeCoro_id_retcon_once();

  @FFIGetter
  public int coro_noop() {
    return nativeCoro_noop();
  }

  @FFIGetter
  public static native int nativeCoro_noop();

  @FFIGetter
  public int coro_param() {
    return nativeCoro_param();
  }

  @FFIGetter
  public static native int nativeCoro_param();

  @FFIGetter
  public int coro_prepare_retcon() {
    return nativeCoro_prepare_retcon();
  }

  @FFIGetter
  public static native int nativeCoro_prepare_retcon();

  @FFIGetter
  public int coro_promise() {
    return nativeCoro_promise();
  }

  @FFIGetter
  public static native int nativeCoro_promise();

  @FFIGetter
  public int coro_resume() {
    return nativeCoro_resume();
  }

  @FFIGetter
  public static native int nativeCoro_resume();

  @FFIGetter
  public int coro_save() {
    return nativeCoro_save();
  }

  @FFIGetter
  public static native int nativeCoro_save();

  @FFIGetter
  public int coro_size() {
    return nativeCoro_size();
  }

  @FFIGetter
  public static native int nativeCoro_size();

  @FFIGetter
  public int coro_subfn_addr() {
    return nativeCoro_subfn_addr();
  }

  @FFIGetter
  public static native int nativeCoro_subfn_addr();

  @FFIGetter
  public int coro_suspend() {
    return nativeCoro_suspend();
  }

  @FFIGetter
  public static native int nativeCoro_suspend();

  @FFIGetter
  public int coro_suspend_retcon() {
    return nativeCoro_suspend_retcon();
  }

  @FFIGetter
  public static native int nativeCoro_suspend_retcon();

  @FFIGetter
  public int cos() {
    return nativeCos();
  }

  @FFIGetter
  public static native int nativeCos();

  @FFIGetter
  public int ctlz() {
    return nativeCtlz();
  }

  @FFIGetter
  public static native int nativeCtlz();

  @FFIGetter
  public int ctpop() {
    return nativeCtpop();
  }

  @FFIGetter
  public static native int nativeCtpop();

  @FFIGetter
  public int cttz() {
    return nativeCttz();
  }

  @FFIGetter
  public static native int nativeCttz();

  @FFIGetter
  public int dbg_addr() {
    return nativeDbg_addr();
  }

  @FFIGetter
  public static native int nativeDbg_addr();

  @FFIGetter
  public int dbg_declare() {
    return nativeDbg_declare();
  }

  @FFIGetter
  public static native int nativeDbg_declare();

  @FFIGetter
  public int dbg_label() {
    return nativeDbg_label();
  }

  @FFIGetter
  public static native int nativeDbg_label();

  @FFIGetter
  public int dbg_value() {
    return nativeDbg_value();
  }

  @FFIGetter
  public static native int nativeDbg_value();

  @FFIGetter
  public int debugtrap() {
    return nativeDebugtrap();
  }

  @FFIGetter
  public static native int nativeDebugtrap();

  @FFIGetter
  public int donothing() {
    return nativeDonothing();
  }

  @FFIGetter
  public static native int nativeDonothing();

  @FFIGetter
  public int eh_dwarf_cfa() {
    return nativeEh_dwarf_cfa();
  }

  @FFIGetter
  public static native int nativeEh_dwarf_cfa();

  @FFIGetter
  public int eh_exceptioncode() {
    return nativeEh_exceptioncode();
  }

  @FFIGetter
  public static native int nativeEh_exceptioncode();

  @FFIGetter
  public int eh_exceptionpointer() {
    return nativeEh_exceptionpointer();
  }

  @FFIGetter
  public static native int nativeEh_exceptionpointer();

  @FFIGetter
  public int eh_recoverfp() {
    return nativeEh_recoverfp();
  }

  @FFIGetter
  public static native int nativeEh_recoverfp();

  @FFIGetter
  public int eh_return_i32() {
    return nativeEh_return_i32();
  }

  @FFIGetter
  public static native int nativeEh_return_i32();

  @FFIGetter
  public int eh_return_i64() {
    return nativeEh_return_i64();
  }

  @FFIGetter
  public static native int nativeEh_return_i64();

  @FFIGetter
  public int eh_sjlj_callsite() {
    return nativeEh_sjlj_callsite();
  }

  @FFIGetter
  public static native int nativeEh_sjlj_callsite();

  @FFIGetter
  public int eh_sjlj_functioncontext() {
    return nativeEh_sjlj_functioncontext();
  }

  @FFIGetter
  public static native int nativeEh_sjlj_functioncontext();

  @FFIGetter
  public int eh_sjlj_longjmp() {
    return nativeEh_sjlj_longjmp();
  }

  @FFIGetter
  public static native int nativeEh_sjlj_longjmp();

  @FFIGetter
  public int eh_sjlj_lsda() {
    return nativeEh_sjlj_lsda();
  }

  @FFIGetter
  public static native int nativeEh_sjlj_lsda();

  @FFIGetter
  public int eh_sjlj_setjmp() {
    return nativeEh_sjlj_setjmp();
  }

  @FFIGetter
  public static native int nativeEh_sjlj_setjmp();

  @FFIGetter
  public int eh_sjlj_setup_dispatch() {
    return nativeEh_sjlj_setup_dispatch();
  }

  @FFIGetter
  public static native int nativeEh_sjlj_setup_dispatch();

  @FFIGetter
  public int eh_typeid_for() {
    return nativeEh_typeid_for();
  }

  @FFIGetter
  public static native int nativeEh_typeid_for();

  @FFIGetter
  public int eh_unwind_init() {
    return nativeEh_unwind_init();
  }

  @FFIGetter
  public static native int nativeEh_unwind_init();

  @FFIGetter
  public int exp() {
    return nativeExp();
  }

  @FFIGetter
  public static native int nativeExp();

  @FFIGetter
  public int exp2() {
    return nativeExp2();
  }

  @FFIGetter
  public static native int nativeExp2();

  @FFIGetter
  public int expect() {
    return nativeExpect();
  }

  @FFIGetter
  public static native int nativeExpect();

  @FFIGetter
  public int expect_with_probability() {
    return nativeExpect_with_probability();
  }

  @FFIGetter
  public static native int nativeExpect_with_probability();

  @FFIGetter
  public int experimental_constrained_ceil() {
    return nativeExperimental_constrained_ceil();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_ceil();

  @FFIGetter
  public int experimental_constrained_cos() {
    return nativeExperimental_constrained_cos();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_cos();

  @FFIGetter
  public int experimental_constrained_exp() {
    return nativeExperimental_constrained_exp();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_exp();

  @FFIGetter
  public int experimental_constrained_exp2() {
    return nativeExperimental_constrained_exp2();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_exp2();

  @FFIGetter
  public int experimental_constrained_fadd() {
    return nativeExperimental_constrained_fadd();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fadd();

  @FFIGetter
  public int experimental_constrained_fcmp() {
    return nativeExperimental_constrained_fcmp();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fcmp();

  @FFIGetter
  public int experimental_constrained_fcmps() {
    return nativeExperimental_constrained_fcmps();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fcmps();

  @FFIGetter
  public int experimental_constrained_fdiv() {
    return nativeExperimental_constrained_fdiv();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fdiv();

  @FFIGetter
  public int experimental_constrained_floor() {
    return nativeExperimental_constrained_floor();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_floor();

  @FFIGetter
  public int experimental_constrained_fma() {
    return nativeExperimental_constrained_fma();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fma();

  @FFIGetter
  public int experimental_constrained_fmul() {
    return nativeExperimental_constrained_fmul();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fmul();

  @FFIGetter
  public int experimental_constrained_fmuladd() {
    return nativeExperimental_constrained_fmuladd();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fmuladd();

  @FFIGetter
  public int experimental_constrained_fpext() {
    return nativeExperimental_constrained_fpext();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fpext();

  @FFIGetter
  public int experimental_constrained_fptosi() {
    return nativeExperimental_constrained_fptosi();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fptosi();

  @FFIGetter
  public int experimental_constrained_fptoui() {
    return nativeExperimental_constrained_fptoui();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fptoui();

  @FFIGetter
  public int experimental_constrained_fptrunc() {
    return nativeExperimental_constrained_fptrunc();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fptrunc();

  @FFIGetter
  public int experimental_constrained_frem() {
    return nativeExperimental_constrained_frem();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_frem();

  @FFIGetter
  public int experimental_constrained_fsub() {
    return nativeExperimental_constrained_fsub();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_fsub();

  @FFIGetter
  public int experimental_constrained_llrint() {
    return nativeExperimental_constrained_llrint();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_llrint();

  @FFIGetter
  public int experimental_constrained_llround() {
    return nativeExperimental_constrained_llround();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_llround();

  @FFIGetter
  public int experimental_constrained_log() {
    return nativeExperimental_constrained_log();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_log();

  @FFIGetter
  public int experimental_constrained_log10() {
    return nativeExperimental_constrained_log10();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_log10();

  @FFIGetter
  public int experimental_constrained_log2() {
    return nativeExperimental_constrained_log2();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_log2();

  @FFIGetter
  public int experimental_constrained_lrint() {
    return nativeExperimental_constrained_lrint();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_lrint();

  @FFIGetter
  public int experimental_constrained_lround() {
    return nativeExperimental_constrained_lround();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_lround();

  @FFIGetter
  public int experimental_constrained_maximum() {
    return nativeExperimental_constrained_maximum();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_maximum();

  @FFIGetter
  public int experimental_constrained_maxnum() {
    return nativeExperimental_constrained_maxnum();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_maxnum();

  @FFIGetter
  public int experimental_constrained_minimum() {
    return nativeExperimental_constrained_minimum();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_minimum();

  @FFIGetter
  public int experimental_constrained_minnum() {
    return nativeExperimental_constrained_minnum();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_minnum();

  @FFIGetter
  public int experimental_constrained_nearbyint() {
    return nativeExperimental_constrained_nearbyint();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_nearbyint();

  @FFIGetter
  public int experimental_constrained_pow() {
    return nativeExperimental_constrained_pow();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_pow();

  @FFIGetter
  public int experimental_constrained_powi() {
    return nativeExperimental_constrained_powi();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_powi();

  @FFIGetter
  public int experimental_constrained_rint() {
    return nativeExperimental_constrained_rint();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_rint();

  @FFIGetter
  public int experimental_constrained_round() {
    return nativeExperimental_constrained_round();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_round();

  @FFIGetter
  public int experimental_constrained_roundeven() {
    return nativeExperimental_constrained_roundeven();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_roundeven();

  @FFIGetter
  public int experimental_constrained_sin() {
    return nativeExperimental_constrained_sin();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_sin();

  @FFIGetter
  public int experimental_constrained_sitofp() {
    return nativeExperimental_constrained_sitofp();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_sitofp();

  @FFIGetter
  public int experimental_constrained_sqrt() {
    return nativeExperimental_constrained_sqrt();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_sqrt();

  @FFIGetter
  public int experimental_constrained_trunc() {
    return nativeExperimental_constrained_trunc();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_trunc();

  @FFIGetter
  public int experimental_constrained_uitofp() {
    return nativeExperimental_constrained_uitofp();
  }

  @FFIGetter
  public static native int nativeExperimental_constrained_uitofp();

  @FFIGetter
  public int experimental_deoptimize() {
    return nativeExperimental_deoptimize();
  }

  @FFIGetter
  public static native int nativeExperimental_deoptimize();

  @FFIGetter
  public int experimental_gc_relocate() {
    return nativeExperimental_gc_relocate();
  }

  @FFIGetter
  public static native int nativeExperimental_gc_relocate();

  @FFIGetter
  public int experimental_gc_result() {
    return nativeExperimental_gc_result();
  }

  @FFIGetter
  public static native int nativeExperimental_gc_result();

  @FFIGetter
  public int experimental_gc_statepoint() {
    return nativeExperimental_gc_statepoint();
  }

  @FFIGetter
  public static native int nativeExperimental_gc_statepoint();

  @FFIGetter
  public int experimental_guard() {
    return nativeExperimental_guard();
  }

  @FFIGetter
  public static native int nativeExperimental_guard();

  @FFIGetter
  public int experimental_patchpoint_i64() {
    return nativeExperimental_patchpoint_i64();
  }

  @FFIGetter
  public static native int nativeExperimental_patchpoint_i64();

  @FFIGetter
  public int experimental_patchpoint_void() {
    return nativeExperimental_patchpoint_void();
  }

  @FFIGetter
  public static native int nativeExperimental_patchpoint_void();

  @FFIGetter
  public int experimental_stackmap() {
    return nativeExperimental_stackmap();
  }

  @FFIGetter
  public static native int nativeExperimental_stackmap();

  @FFIGetter
  public int experimental_vector_reduce_add() {
    return nativeExperimental_vector_reduce_add();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_add();

  @FFIGetter
  public int experimental_vector_reduce_and() {
    return nativeExperimental_vector_reduce_and();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_and();

  @FFIGetter
  public int experimental_vector_reduce_fmax() {
    return nativeExperimental_vector_reduce_fmax();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_fmax();

  @FFIGetter
  public int experimental_vector_reduce_fmin() {
    return nativeExperimental_vector_reduce_fmin();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_fmin();

  @FFIGetter
  public int experimental_vector_reduce_mul() {
    return nativeExperimental_vector_reduce_mul();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_mul();

  @FFIGetter
  public int experimental_vector_reduce_or() {
    return nativeExperimental_vector_reduce_or();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_or();

  @FFIGetter
  public int experimental_vector_reduce_smax() {
    return nativeExperimental_vector_reduce_smax();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_smax();

  @FFIGetter
  public int experimental_vector_reduce_smin() {
    return nativeExperimental_vector_reduce_smin();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_smin();

  @FFIGetter
  public int experimental_vector_reduce_umax() {
    return nativeExperimental_vector_reduce_umax();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_umax();

  @FFIGetter
  public int experimental_vector_reduce_umin() {
    return nativeExperimental_vector_reduce_umin();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_umin();

  @FFIGetter
  public int experimental_vector_reduce_v2_fadd() {
    return nativeExperimental_vector_reduce_v2_fadd();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_v2_fadd();

  @FFIGetter
  public int experimental_vector_reduce_v2_fmul() {
    return nativeExperimental_vector_reduce_v2_fmul();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_v2_fmul();

  @FFIGetter
  public int experimental_vector_reduce_xor() {
    return nativeExperimental_vector_reduce_xor();
  }

  @FFIGetter
  public static native int nativeExperimental_vector_reduce_xor();

  @FFIGetter
  public int experimental_widenable_condition() {
    return nativeExperimental_widenable_condition();
  }

  @FFIGetter
  public static native int nativeExperimental_widenable_condition();

  @FFIGetter
  public int fabs() {
    return nativeFabs();
  }

  @FFIGetter
  public static native int nativeFabs();

  @FFIGetter
  public int floor() {
    return nativeFloor();
  }

  @FFIGetter
  public static native int nativeFloor();

  @FFIGetter
  public int flt_rounds() {
    return nativeFlt_rounds();
  }

  @FFIGetter
  public static native int nativeFlt_rounds();

  @FFIGetter
  public int fma() {
    return nativeFma();
  }

  @FFIGetter
  public static native int nativeFma();

  @FFIGetter
  public int fmuladd() {
    return nativeFmuladd();
  }

  @FFIGetter
  public static native int nativeFmuladd();

  @FFIGetter
  public int frameaddress() {
    return nativeFrameaddress();
  }

  @FFIGetter
  public static native int nativeFrameaddress();

  @FFIGetter
  public int fshl() {
    return nativeFshl();
  }

  @FFIGetter
  public static native int nativeFshl();

  @FFIGetter
  public int fshr() {
    return nativeFshr();
  }

  @FFIGetter
  public static native int nativeFshr();

  @FFIGetter
  public int gcread() {
    return nativeGcread();
  }

  @FFIGetter
  public static native int nativeGcread();

  @FFIGetter
  public int gcroot() {
    return nativeGcroot();
  }

  @FFIGetter
  public static native int nativeGcroot();

  @FFIGetter
  public int gcwrite() {
    return nativeGcwrite();
  }

  @FFIGetter
  public static native int nativeGcwrite();

  @FFIGetter
  public int get_active_lane_mask() {
    return nativeGet_active_lane_mask();
  }

  @FFIGetter
  public static native int nativeGet_active_lane_mask();

  @FFIGetter
  public int get_dynamic_area_offset() {
    return nativeGet_dynamic_area_offset();
  }

  @FFIGetter
  public static native int nativeGet_dynamic_area_offset();

  @FFIGetter
  public int hwasan_check_memaccess() {
    return nativeHwasan_check_memaccess();
  }

  @FFIGetter
  public static native int nativeHwasan_check_memaccess();

  @FFIGetter
  public int hwasan_check_memaccess_shortgranules() {
    return nativeHwasan_check_memaccess_shortgranules();
  }

  @FFIGetter
  public static native int nativeHwasan_check_memaccess_shortgranules();

  @FFIGetter
  public int icall_branch_funnel() {
    return nativeIcall_branch_funnel();
  }

  @FFIGetter
  public static native int nativeIcall_branch_funnel();

  @FFIGetter
  public int init_trampoline() {
    return nativeInit_trampoline();
  }

  @FFIGetter
  public static native int nativeInit_trampoline();

  @FFIGetter
  public int instrprof_increment() {
    return nativeInstrprof_increment();
  }

  @FFIGetter
  public static native int nativeInstrprof_increment();

  @FFIGetter
  public int instrprof_increment_step() {
    return nativeInstrprof_increment_step();
  }

  @FFIGetter
  public static native int nativeInstrprof_increment_step();

  @FFIGetter
  public int instrprof_value_profile() {
    return nativeInstrprof_value_profile();
  }

  @FFIGetter
  public static native int nativeInstrprof_value_profile();

  @FFIGetter
  public int invariant_end() {
    return nativeInvariant_end();
  }

  @FFIGetter
  public static native int nativeInvariant_end();

  @FFIGetter
  public int invariant_start() {
    return nativeInvariant_start();
  }

  @FFIGetter
  public static native int nativeInvariant_start();

  @FFIGetter
  public int is_constant() {
    return nativeIs_constant();
  }

  @FFIGetter
  public static native int nativeIs_constant();

  @FFIGetter
  public int launder_invariant_group() {
    return nativeLaunder_invariant_group();
  }

  @FFIGetter
  public static native int nativeLaunder_invariant_group();

  @FFIGetter
  public int lifetime_end() {
    return nativeLifetime_end();
  }

  @FFIGetter
  public static native int nativeLifetime_end();

  @FFIGetter
  public int lifetime_start() {
    return nativeLifetime_start();
  }

  @FFIGetter
  public static native int nativeLifetime_start();

  @FFIGetter
  public int llrint() {
    return nativeLlrint();
  }

  @FFIGetter
  public static native int nativeLlrint();

  @FFIGetter
  public int llround() {
    return nativeLlround();
  }

  @FFIGetter
  public static native int nativeLlround();

  @FFIGetter
  public int load_relative() {
    return nativeLoad_relative();
  }

  @FFIGetter
  public static native int nativeLoad_relative();

  @FFIGetter
  public int localaddress() {
    return nativeLocaladdress();
  }

  @FFIGetter
  public static native int nativeLocaladdress();

  @FFIGetter
  public int localescape() {
    return nativeLocalescape();
  }

  @FFIGetter
  public static native int nativeLocalescape();

  @FFIGetter
  public int localrecover() {
    return nativeLocalrecover();
  }

  @FFIGetter
  public static native int nativeLocalrecover();

  @FFIGetter
  public int log() {
    return nativeLog();
  }

  @FFIGetter
  public static native int nativeLog();

  @FFIGetter
  public int log10() {
    return nativeLog10();
  }

  @FFIGetter
  public static native int nativeLog10();

  @FFIGetter
  public int log2() {
    return nativeLog2();
  }

  @FFIGetter
  public static native int nativeLog2();

  @FFIGetter
  public int loop_decrement() {
    return nativeLoop_decrement();
  }

  @FFIGetter
  public static native int nativeLoop_decrement();

  @FFIGetter
  public int loop_decrement_reg() {
    return nativeLoop_decrement_reg();
  }

  @FFIGetter
  public static native int nativeLoop_decrement_reg();

  @FFIGetter
  public int lrint() {
    return nativeLrint();
  }

  @FFIGetter
  public static native int nativeLrint();

  @FFIGetter
  public int lround() {
    return nativeLround();
  }

  @FFIGetter
  public static native int nativeLround();

  @FFIGetter
  public int masked_compressstore() {
    return nativeMasked_compressstore();
  }

  @FFIGetter
  public static native int nativeMasked_compressstore();

  @FFIGetter
  public int masked_expandload() {
    return nativeMasked_expandload();
  }

  @FFIGetter
  public static native int nativeMasked_expandload();

  @FFIGetter
  public int masked_gather() {
    return nativeMasked_gather();
  }

  @FFIGetter
  public static native int nativeMasked_gather();

  @FFIGetter
  public int masked_load() {
    return nativeMasked_load();
  }

  @FFIGetter
  public static native int nativeMasked_load();

  @FFIGetter
  public int masked_scatter() {
    return nativeMasked_scatter();
  }

  @FFIGetter
  public static native int nativeMasked_scatter();

  @FFIGetter
  public int masked_store() {
    return nativeMasked_store();
  }

  @FFIGetter
  public static native int nativeMasked_store();

  @FFIGetter
  public int matrix_column_major_load() {
    return nativeMatrix_column_major_load();
  }

  @FFIGetter
  public static native int nativeMatrix_column_major_load();

  @FFIGetter
  public int matrix_column_major_store() {
    return nativeMatrix_column_major_store();
  }

  @FFIGetter
  public static native int nativeMatrix_column_major_store();

  @FFIGetter
  public int matrix_multiply() {
    return nativeMatrix_multiply();
  }

  @FFIGetter
  public static native int nativeMatrix_multiply();

  @FFIGetter
  public int matrix_transpose() {
    return nativeMatrix_transpose();
  }

  @FFIGetter
  public static native int nativeMatrix_transpose();

  @FFIGetter
  public int maximum() {
    return nativeMaximum();
  }

  @FFIGetter
  public static native int nativeMaximum();

  @FFIGetter
  public int maxnum() {
    return nativeMaxnum();
  }

  @FFIGetter
  public static native int nativeMaxnum();

  @FFIGetter
  public int memcpy() {
    return nativeMemcpy();
  }

  @FFIGetter
  public static native int nativeMemcpy();

  @FFIGetter
  public int memcpy_element_unordered_atomic() {
    return nativeMemcpy_element_unordered_atomic();
  }

  @FFIGetter
  public static native int nativeMemcpy_element_unordered_atomic();

  @FFIGetter
  public int memcpy_inline() {
    return nativeMemcpy_inline();
  }

  @FFIGetter
  public static native int nativeMemcpy_inline();

  @FFIGetter
  public int memmove() {
    return nativeMemmove();
  }

  @FFIGetter
  public static native int nativeMemmove();

  @FFIGetter
  public int memmove_element_unordered_atomic() {
    return nativeMemmove_element_unordered_atomic();
  }

  @FFIGetter
  public static native int nativeMemmove_element_unordered_atomic();

  @FFIGetter
  public int memset() {
    return nativeMemset();
  }

  @FFIGetter
  public static native int nativeMemset();

  @FFIGetter
  public int memset_element_unordered_atomic() {
    return nativeMemset_element_unordered_atomic();
  }

  @FFIGetter
  public static native int nativeMemset_element_unordered_atomic();

  @FFIGetter
  public int minimum() {
    return nativeMinimum();
  }

  @FFIGetter
  public static native int nativeMinimum();

  @FFIGetter
  public int minnum() {
    return nativeMinnum();
  }

  @FFIGetter
  public static native int nativeMinnum();

  @FFIGetter
  public int nearbyint() {
    return nativeNearbyint();
  }

  @FFIGetter
  public static native int nativeNearbyint();

  @FFIGetter
  public int not_intrinsic() {
    return nativeNot_intrinsic();
  }

  @FFIGetter
  public static native int nativeNot_intrinsic();

  @FFIGetter
  public int num_intrinsics() {
    return nativeNum_intrinsics();
  }

  @FFIGetter
  public static native int nativeNum_intrinsics();

  @FFIGetter
  public int objc_arc_annotation_bottomup_bbend() {
    return nativeObjc_arc_annotation_bottomup_bbend();
  }

  @FFIGetter
  public static native int nativeObjc_arc_annotation_bottomup_bbend();

  @FFIGetter
  public int objc_arc_annotation_bottomup_bbstart() {
    return nativeObjc_arc_annotation_bottomup_bbstart();
  }

  @FFIGetter
  public static native int nativeObjc_arc_annotation_bottomup_bbstart();

  @FFIGetter
  public int objc_arc_annotation_topdown_bbend() {
    return nativeObjc_arc_annotation_topdown_bbend();
  }

  @FFIGetter
  public static native int nativeObjc_arc_annotation_topdown_bbend();

  @FFIGetter
  public int objc_arc_annotation_topdown_bbstart() {
    return nativeObjc_arc_annotation_topdown_bbstart();
  }

  @FFIGetter
  public static native int nativeObjc_arc_annotation_topdown_bbstart();

  @FFIGetter
  public int objc_autorelease() {
    return nativeObjc_autorelease();
  }

  @FFIGetter
  public static native int nativeObjc_autorelease();

  @FFIGetter
  public int objc_autoreleasePoolPop() {
    return nativeObjc_autoreleasePoolPop();
  }

  @FFIGetter
  public static native int nativeObjc_autoreleasePoolPop();

  @FFIGetter
  public int objc_autoreleasePoolPush() {
    return nativeObjc_autoreleasePoolPush();
  }

  @FFIGetter
  public static native int nativeObjc_autoreleasePoolPush();

  @FFIGetter
  public int objc_autoreleaseReturnValue() {
    return nativeObjc_autoreleaseReturnValue();
  }

  @FFIGetter
  public static native int nativeObjc_autoreleaseReturnValue();

  @FFIGetter
  public int objc_clang_arc_use() {
    return nativeObjc_clang_arc_use();
  }

  @FFIGetter
  public static native int nativeObjc_clang_arc_use();

  @FFIGetter
  public int objc_copyWeak() {
    return nativeObjc_copyWeak();
  }

  @FFIGetter
  public static native int nativeObjc_copyWeak();

  @FFIGetter
  public int objc_destroyWeak() {
    return nativeObjc_destroyWeak();
  }

  @FFIGetter
  public static native int nativeObjc_destroyWeak();

  @FFIGetter
  public int objc_initWeak() {
    return nativeObjc_initWeak();
  }

  @FFIGetter
  public static native int nativeObjc_initWeak();

  @FFIGetter
  public int objc_loadWeak() {
    return nativeObjc_loadWeak();
  }

  @FFIGetter
  public static native int nativeObjc_loadWeak();

  @FFIGetter
  public int objc_loadWeakRetained() {
    return nativeObjc_loadWeakRetained();
  }

  @FFIGetter
  public static native int nativeObjc_loadWeakRetained();

  @FFIGetter
  public int objc_moveWeak() {
    return nativeObjc_moveWeak();
  }

  @FFIGetter
  public static native int nativeObjc_moveWeak();

  @FFIGetter
  public int objc_release() {
    return nativeObjc_release();
  }

  @FFIGetter
  public static native int nativeObjc_release();

  @FFIGetter
  public int objc_retain() {
    return nativeObjc_retain();
  }

  @FFIGetter
  public static native int nativeObjc_retain();

  @FFIGetter
  public int objc_retainAutorelease() {
    return nativeObjc_retainAutorelease();
  }

  @FFIGetter
  public static native int nativeObjc_retainAutorelease();

  @FFIGetter
  public int objc_retainAutoreleaseReturnValue() {
    return nativeObjc_retainAutoreleaseReturnValue();
  }

  @FFIGetter
  public static native int nativeObjc_retainAutoreleaseReturnValue();

  @FFIGetter
  public int objc_retainAutoreleasedReturnValue() {
    return nativeObjc_retainAutoreleasedReturnValue();
  }

  @FFIGetter
  public static native int nativeObjc_retainAutoreleasedReturnValue();

  @FFIGetter
  public int objc_retainBlock() {
    return nativeObjc_retainBlock();
  }

  @FFIGetter
  public static native int nativeObjc_retainBlock();

  @FFIGetter
  public int objc_retain_autorelease() {
    return nativeObjc_retain_autorelease();
  }

  @FFIGetter
  public static native int nativeObjc_retain_autorelease();

  @FFIGetter
  public int objc_retainedObject() {
    return nativeObjc_retainedObject();
  }

  @FFIGetter
  public static native int nativeObjc_retainedObject();

  @FFIGetter
  public int objc_storeStrong() {
    return nativeObjc_storeStrong();
  }

  @FFIGetter
  public static native int nativeObjc_storeStrong();

  @FFIGetter
  public int objc_storeWeak() {
    return nativeObjc_storeWeak();
  }

  @FFIGetter
  public static native int nativeObjc_storeWeak();

  @FFIGetter
  public int objc_sync_enter() {
    return nativeObjc_sync_enter();
  }

  @FFIGetter
  public static native int nativeObjc_sync_enter();

  @FFIGetter
  public int objc_sync_exit() {
    return nativeObjc_sync_exit();
  }

  @FFIGetter
  public static native int nativeObjc_sync_exit();

  @FFIGetter
  public int objc_unretainedObject() {
    return nativeObjc_unretainedObject();
  }

  @FFIGetter
  public static native int nativeObjc_unretainedObject();

  @FFIGetter
  public int objc_unretainedPointer() {
    return nativeObjc_unretainedPointer();
  }

  @FFIGetter
  public static native int nativeObjc_unretainedPointer();

  @FFIGetter
  public int objc_unsafeClaimAutoreleasedReturnValue() {
    return nativeObjc_unsafeClaimAutoreleasedReturnValue();
  }

  @FFIGetter
  public static native int nativeObjc_unsafeClaimAutoreleasedReturnValue();

  @FFIGetter
  public int objectsize() {
    return nativeObjectsize();
  }

  @FFIGetter
  public static native int nativeObjectsize();

  @FFIGetter
  public int pcmarker() {
    return nativePcmarker();
  }

  @FFIGetter
  public static native int nativePcmarker();

  @FFIGetter
  public int pow() {
    return nativePow();
  }

  @FFIGetter
  public static native int nativePow();

  @FFIGetter
  public int powi() {
    return nativePowi();
  }

  @FFIGetter
  public static native int nativePowi();

  @FFIGetter
  public int prefetch() {
    return nativePrefetch();
  }

  @FFIGetter
  public static native int nativePrefetch();

  @FFIGetter
  public int preserve_array_access_index() {
    return nativePreserve_array_access_index();
  }

  @FFIGetter
  public static native int nativePreserve_array_access_index();

  @FFIGetter
  public int preserve_struct_access_index() {
    return nativePreserve_struct_access_index();
  }

  @FFIGetter
  public static native int nativePreserve_struct_access_index();

  @FFIGetter
  public int preserve_union_access_index() {
    return nativePreserve_union_access_index();
  }

  @FFIGetter
  public static native int nativePreserve_union_access_index();

  @FFIGetter
  public int ptr_annotation() {
    return nativePtr_annotation();
  }

  @FFIGetter
  public static native int nativePtr_annotation();

  @FFIGetter
  public int ptrmask() {
    return nativePtrmask();
  }

  @FFIGetter
  public static native int nativePtrmask();

  @FFIGetter
  public int read_register() {
    return nativeRead_register();
  }

  @FFIGetter
  public static native int nativeRead_register();

  @FFIGetter
  public int read_volatile_register() {
    return nativeRead_volatile_register();
  }

  @FFIGetter
  public static native int nativeRead_volatile_register();

  @FFIGetter
  public int readcyclecounter() {
    return nativeReadcyclecounter();
  }

  @FFIGetter
  public static native int nativeReadcyclecounter();

  @FFIGetter
  public int returnaddress() {
    return nativeReturnaddress();
  }

  @FFIGetter
  public static native int nativeReturnaddress();

  @FFIGetter
  public int rint() {
    return nativeRint();
  }

  @FFIGetter
  public static native int nativeRint();

  @FFIGetter
  public int round() {
    return nativeRound();
  }

  @FFIGetter
  public static native int nativeRound();

  @FFIGetter
  public int roundeven() {
    return nativeRoundeven();
  }

  @FFIGetter
  public static native int nativeRoundeven();

  @FFIGetter
  public int sadd_sat() {
    return nativeSadd_sat();
  }

  @FFIGetter
  public static native int nativeSadd_sat();

  @FFIGetter
  public int sadd_with_overflow() {
    return nativeSadd_with_overflow();
  }

  @FFIGetter
  public static native int nativeSadd_with_overflow();

  @FFIGetter
  public int sdiv_fix() {
    return nativeSdiv_fix();
  }

  @FFIGetter
  public static native int nativeSdiv_fix();

  @FFIGetter
  public int sdiv_fix_sat() {
    return nativeSdiv_fix_sat();
  }

  @FFIGetter
  public static native int nativeSdiv_fix_sat();

  @FFIGetter
  public int set_loop_iterations() {
    return nativeSet_loop_iterations();
  }

  @FFIGetter
  public static native int nativeSet_loop_iterations();

  @FFIGetter
  public int sideeffect() {
    return nativeSideeffect();
  }

  @FFIGetter
  public static native int nativeSideeffect();

  @FFIGetter
  public int sin() {
    return nativeSin();
  }

  @FFIGetter
  public static native int nativeSin();

  @FFIGetter
  public int smul_fix() {
    return nativeSmul_fix();
  }

  @FFIGetter
  public static native int nativeSmul_fix();

  @FFIGetter
  public int smul_fix_sat() {
    return nativeSmul_fix_sat();
  }

  @FFIGetter
  public static native int nativeSmul_fix_sat();

  @FFIGetter
  public int smul_with_overflow() {
    return nativeSmul_with_overflow();
  }

  @FFIGetter
  public static native int nativeSmul_with_overflow();

  @FFIGetter
  public int sponentry() {
    return nativeSponentry();
  }

  @FFIGetter
  public static native int nativeSponentry();

  @FFIGetter
  public int sqrt() {
    return nativeSqrt();
  }

  @FFIGetter
  public static native int nativeSqrt();

  @FFIGetter
  public int ssa_copy() {
    return nativeSsa_copy();
  }

  @FFIGetter
  public static native int nativeSsa_copy();

  @FFIGetter
  public int ssub_sat() {
    return nativeSsub_sat();
  }

  @FFIGetter
  public static native int nativeSsub_sat();

  @FFIGetter
  public int ssub_with_overflow() {
    return nativeSsub_with_overflow();
  }

  @FFIGetter
  public static native int nativeSsub_with_overflow();

  @FFIGetter
  public int stackguard() {
    return nativeStackguard();
  }

  @FFIGetter
  public static native int nativeStackguard();

  @FFIGetter
  public int stackprotector() {
    return nativeStackprotector();
  }

  @FFIGetter
  public static native int nativeStackprotector();

  @FFIGetter
  public int stackrestore() {
    return nativeStackrestore();
  }

  @FFIGetter
  public static native int nativeStackrestore();

  @FFIGetter
  public int stacksave() {
    return nativeStacksave();
  }

  @FFIGetter
  public static native int nativeStacksave();

  @FFIGetter
  public int strip_invariant_group() {
    return nativeStrip_invariant_group();
  }

  @FFIGetter
  public static native int nativeStrip_invariant_group();

  @FFIGetter
  public int test_set_loop_iterations() {
    return nativeTest_set_loop_iterations();
  }

  @FFIGetter
  public static native int nativeTest_set_loop_iterations();

  @FFIGetter
  public int thread_pointer() {
    return nativeThread_pointer();
  }

  @FFIGetter
  public static native int nativeThread_pointer();

  @FFIGetter
  public int trap() {
    return nativeTrap();
  }

  @FFIGetter
  public static native int nativeTrap();

  @FFIGetter
  public int trunc() {
    return nativeTrunc();
  }

  @FFIGetter
  public static native int nativeTrunc();

  @FFIGetter
  public int type_checked_load() {
    return nativeType_checked_load();
  }

  @FFIGetter
  public static native int nativeType_checked_load();

  @FFIGetter
  public int type_test() {
    return nativeType_test();
  }

  @FFIGetter
  public static native int nativeType_test();

  @FFIGetter
  public int uadd_sat() {
    return nativeUadd_sat();
  }

  @FFIGetter
  public static native int nativeUadd_sat();

  @FFIGetter
  public int uadd_with_overflow() {
    return nativeUadd_with_overflow();
  }

  @FFIGetter
  public static native int nativeUadd_with_overflow();

  @FFIGetter
  public int udiv_fix() {
    return nativeUdiv_fix();
  }

  @FFIGetter
  public static native int nativeUdiv_fix();

  @FFIGetter
  public int udiv_fix_sat() {
    return nativeUdiv_fix_sat();
  }

  @FFIGetter
  public static native int nativeUdiv_fix_sat();

  @FFIGetter
  public int umul_fix() {
    return nativeUmul_fix();
  }

  @FFIGetter
  public static native int nativeUmul_fix();

  @FFIGetter
  public int umul_fix_sat() {
    return nativeUmul_fix_sat();
  }

  @FFIGetter
  public static native int nativeUmul_fix_sat();

  @FFIGetter
  public int umul_with_overflow() {
    return nativeUmul_with_overflow();
  }

  @FFIGetter
  public static native int nativeUmul_with_overflow();

  @FFIGetter
  public int usub_sat() {
    return nativeUsub_sat();
  }

  @FFIGetter
  public static native int nativeUsub_sat();

  @FFIGetter
  public int usub_with_overflow() {
    return nativeUsub_with_overflow();
  }

  @FFIGetter
  public static native int nativeUsub_with_overflow();

  @FFIGetter
  public int vacopy() {
    return nativeVacopy();
  }

  @FFIGetter
  public static native int nativeVacopy();

  @FFIGetter
  public int vaend() {
    return nativeVaend();
  }

  @FFIGetter
  public static native int nativeVaend();

  @FFIGetter
  public int var_annotation() {
    return nativeVar_annotation();
  }

  @FFIGetter
  public static native int nativeVar_annotation();

  @FFIGetter
  public int vastart() {
    return nativeVastart();
  }

  @FFIGetter
  public static native int nativeVastart();

  @FFIGetter
  public int vp_add() {
    return nativeVp_add();
  }

  @FFIGetter
  public static native int nativeVp_add();

  @FFIGetter
  public int vp_and() {
    return nativeVp_and();
  }

  @FFIGetter
  public static native int nativeVp_and();

  @FFIGetter
  public int vp_ashr() {
    return nativeVp_ashr();
  }

  @FFIGetter
  public static native int nativeVp_ashr();

  @FFIGetter
  public int vp_lshr() {
    return nativeVp_lshr();
  }

  @FFIGetter
  public static native int nativeVp_lshr();

  @FFIGetter
  public int vp_mul() {
    return nativeVp_mul();
  }

  @FFIGetter
  public static native int nativeVp_mul();

  @FFIGetter
  public int vp_or() {
    return nativeVp_or();
  }

  @FFIGetter
  public static native int nativeVp_or();

  @FFIGetter
  public int vp_sdiv() {
    return nativeVp_sdiv();
  }

  @FFIGetter
  public static native int nativeVp_sdiv();

  @FFIGetter
  public int vp_shl() {
    return nativeVp_shl();
  }

  @FFIGetter
  public static native int nativeVp_shl();

  @FFIGetter
  public int vp_srem() {
    return nativeVp_srem();
  }

  @FFIGetter
  public static native int nativeVp_srem();

  @FFIGetter
  public int vp_sub() {
    return nativeVp_sub();
  }

  @FFIGetter
  public static native int nativeVp_sub();

  @FFIGetter
  public int vp_udiv() {
    return nativeVp_udiv();
  }

  @FFIGetter
  public static native int nativeVp_udiv();

  @FFIGetter
  public int vp_urem() {
    return nativeVp_urem();
  }

  @FFIGetter
  public static native int nativeVp_urem();

  @FFIGetter
  public int vp_xor() {
    return nativeVp_xor();
  }

  @FFIGetter
  public static native int nativeVp_xor();

  @FFIGetter
  public int vscale() {
    return nativeVscale();
  }

  @FFIGetter
  public static native int nativeVscale();

  @FFIGetter
  public int write_register() {
    return nativeWrite_register();
  }

  @FFIGetter
  public static native int nativeWrite_register();

  @FFIGetter
  public int xray_customevent() {
    return nativeXray_customevent();
  }

  @FFIGetter
  public static native int nativeXray_customevent();

  @FFIGetter
  public int xray_typedevent() {
    return nativeXray_typedevent();
  }

  @FFIGetter
  public static native int nativeXray_typedevent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy