Home
last modified time | relevance | path

Searched refs:CallStaticShortMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h43 *ret = env_->CallStaticShortMethod(cls, fn, args...); in CallEtsFuntion()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp45 EXPECT_DEATH(env_->CallStaticShortMethod(nullptr, nullptr), ""); in TEST_F()
91 EXPECT_DEATH(env_->CallStaticShortMethod(cls, nullptr), ""); in TEST_F()
209 …EXPECT_EQ(env_->CallStaticShortMethod(cls, shortId, static_cast<ets_short>(1)), static_cast<ets_sh… in TEST_F()
391 …EXPECT_EQ(env_->CallStaticShortMethod(nullptr, shortId, static_cast<ets_short>(1)), static_cast<et… in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h325 ets_short (*CallStaticShortMethod)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
1099 ets_short CallStaticShortMethod(ets_class cls, ets_method method_id, ...) in CallStaticShortMethod() function
Dets_napi_native_interface.cpp1633 NO_UB_SANITIZE static ets_short CallStaticShortMethod(EtsEnv *env, ets_class cls, ets_method method… in CallStaticShortMethod() function
2896 CallStaticShortMethod,