Searched defs:EtsEnv (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
| D | EtsnapiNameTest.cpp | 28 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_nativeInGlobal([[maybe_unused]] EtsEnv *, [[maybe_unused]… in ETS_ETSGLOBAL_nativeInGlobal() argument 33 ETS_EXPORT ets_int ETS_CALL ETS_EtsnapiNameTest_objectArg([[maybe_unused]] EtsEnv *, [[maybe_unused… in ETS_EtsnapiNameTest_objectArg() argument 54 ETS_EXPORT ets_int ETS_CALL ETS_EtsnapiNameTest_methodOverloaded__I([[maybe_unused]] EtsEnv *, 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 71 ETS_EXPORT ets_int ETS_CALL ETS_EtsnapiNameTest_methodOverloaded__([[maybe_unused]] EtsEnv *, in ETS_EtsnapiNameTest_methodOverloaded__() argument
|
| D | InnerNativeTest.cpp | 20 ETS_EXPORT ets_int ETS_CALL ETS_InnerNativeTest_Inner_innerNative([[maybe_unused]] EtsEnv *, [[mayb… in ETS_InnerNativeTest_Inner_innerNative() argument 25 …EXPORT ets_int ETS_CALL ETS_InnerNativeTest_Inner_InnerInner_innerNative([[maybe_unused]] EtsEnv *, in ETS_InnerNativeTest_Inner_InnerInner_innerNative() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | effective_types_test.cpp | 63 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
|
| D | registering_native_methods_test.cpp | 35 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/ |
| D | SamplerNapiTest.cpp | 26 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeSlowFunction([[maybe_unused]] EtsEnv *, [[maybe_unu… in ETS_ETSGLOBAL_NativeSlowFunction() argument 42 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeFastFunction([[maybe_unused]] EtsEnv *, [[maybe_unu… in ETS_ETSGLOBAL_NativeFastFunction() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler_sig_stack/ |
| D | SamplerAsmTest.cpp | 30 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_NativeSumEightElements([[maybe_unused]] EtsEnv *, [[maybe… in ETS_ETSGLOBAL_NativeSumEightElements() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 162 typedef ets_env EtsEnv; typedef
|