Searched refs:CallStaticShortMethod (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 43 *ret = env_->CallStaticShortMethod(cls, fn, args...); in CallEtsFuntion()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_3.cpp | 45 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/ |
| D | ets_napi.h | 325 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
|
| D | ets_napi_native_interface.cpp | 1633 NO_UB_SANITIZE static ets_short CallStaticShortMethod(EtsEnv *env, ets_class cls, ets_method method… in CallStaticShortMethod() function 2896 CallStaticShortMethod,
|