Searched refs:CallStaticShortMethodArray (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_3.cpp | 57 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/ |
| D | ets_napi.h | 335 …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()
|
| D | ets_napi_native_interface.cpp | 1647 NO_UB_SANITIZE static ets_short CallStaticShortMethodArray(EtsEnv *env, [[maybe_unused]] ets_class … in CallStaticShortMethodArray() function 2995 CallStaticShortMethodArray,
|