Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp59 EXPECT_DEATH(env_->CallStaticLongMethodArray(nullptr, nullptr, nullptr), ""); in TEST_F()
105 EXPECT_DEATH(env_->CallStaticLongMethodArray(cls, nullptr, nullptr), ""); in TEST_F()
293 …EXPECT_EQ(env_->CallStaticLongMethodArray(cls, longId, longArgs.data()), static_cast<ets_long>(0)); in TEST_F()
305 …EXPECT_EQ(env_->CallStaticLongMethodArray(nullptr, longId, longArgs.data()), static_cast<ets_long>… in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h341 …ets_long (*CallStaticLongMethodArray)(EtsEnv *env, ets_class cls, ets_method p_method, ets_value *… member
1175 ets_long CallStaticLongMethodArray(ets_class cls, ets_method method_id, ets_value *args) in CallStaticLongMethodArray() function
1177 return native_interface->CallStaticLongMethodArray(this, cls, method_id, args); in CallStaticLongMethodArray()
Dets_napi_native_interface.cpp1703 NO_UB_SANITIZE static ets_long CallStaticLongMethodArray(EtsEnv *env, [[maybe_unused]] ets_class cl… in CallStaticLongMethodArray() function
3001 CallStaticLongMethodArray,