Home
last modified time | relevance | path

Searched refs:CallStaticShortMethodArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp57 EXPECT_DEATH(env_->CallStaticShortMethodArray(nullptr, nullptr, nullptr), ""); in TEST_F()
103 EXPECT_DEATH(env_->CallStaticShortMethodArray(cls, nullptr, nullptr), ""); in TEST_F()
287 …EXPECT_EQ(env_->CallStaticShortMethodArray(cls, shortId, shortArgs.data()), static_cast<ets_short>… in TEST_F()
303 …EXPECT_EQ(env_->CallStaticShortMethodArray(nullptr, shortId, shortArgs.data()), static_cast<ets_sh… in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h335 …ets_short (*CallStaticShortMethodArray)(EtsEnv *env, ets_class cls, ets_method p_method, ets_value… member
1143 ets_short CallStaticShortMethodArray(ets_class cls, ets_method method_id, ets_value *args) in CallStaticShortMethodArray() function
1145 return native_interface->CallStaticShortMethodArray(this, cls, method_id, args); in CallStaticShortMethodArray()
Dets_napi_native_interface.cpp1647 NO_UB_SANITIZE static ets_short CallStaticShortMethodArray(EtsEnv *env, [[maybe_unused]] ets_class … in CallStaticShortMethodArray() function
2995 CallStaticShortMethodArray,