Home
last modified time | relevance | path

Searched defs:ets_class (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DEtsnapiNameTest.cpp28 …ts_int ETS_CALL ETS_ETSGLOBAL_nativeInGlobal([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_ETSGLOBAL_nativeInGlobal() argument
33 …s_int ETS_CALL ETS_EtsnapiNameTest_objectArg([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, in ETS_EtsnapiNameTest_objectArg() argument
47 [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class, [[maybe_unused]] ets_object obj1, in ETS_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D() argument
55 [[maybe_unused]] ets_class, in ETS_EtsnapiNameTest_methodOverloaded__I() argument
63 [[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, [[maybe_unused]] ets_boolean boo, in ETS_EtsnapiNameTest_methodOverloaded__ZBCDFIJS() argument
72 [[maybe_unused]] ets_class) in ETS_EtsnapiNameTest_methodOverloaded__() argument
DInnerNativeTest.cpp20 …S_CALL ETS_InnerNativeTest_Inner_innerNative([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_InnerNativeTest_Inner_innerNative() argument
26 … [[maybe_unused]] ets_class) in ETS_InnerNativeTest_Inner_InnerInner_innerNative() argument
DEtsnapiVersionHookTest.cpp21 …XPORT ets_string ETS_CALL ETS_EtsnapiVersionHookTest_hello(EtsEnv *env, [[maybe_unused]] ets_class) in ETS_EtsnapiVersionHookTest_hello() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Deffective_types_test.cpp63 static ets_int effective_types_foo_I(EtsEnv *, ets_class, ets_int v) in effective_types_foo_I() argument
71 static ets_int effective_types_foo_D(EtsEnv *, ets_class, ets_double v) in effective_types_foo_D() argument
79 static ets_double effective_types_foo(EtsEnv *, ets_class) in effective_types_foo() argument
84 static ets_double effective_types_fooUnity(EtsEnv *, ets_class, ets_double v) in effective_types_fooUnity() argument
Dregistering_native_methods_test.cpp35 static ets_int NativeMethods_foo_native(EtsEnv *, ets_class) in NativeMethods_foo_native() argument
41 static ets_long NativeMethods_long_foo_native(EtsEnv *, ets_class) in NativeMethods_long_foo_native() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
DSamplerNapiTest.cpp26 …nt ETS_CALL ETS_ETSGLOBAL_NativeSlowFunction([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, in ETS_ETSGLOBAL_NativeSlowFunction() argument
42 …nt ETS_CALL ETS_ETSGLOBAL_NativeFastFunction([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_ETSGLOBAL_NativeFastFunction() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/
DSamplerAsmTest.cpp30 …TS_CALL ETS_ETSGLOBAL_NativeSumEightElements([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_ETSGLOBAL_NativeSumEightElements() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h81 typedef __ets_class *ets_class; typedef
100 typedef ets_object ets_class; typedef