Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp53 EXPECT_DEATH(env_->CallStaticObjectMethodArray(nullptr, nullptr, nullptr), ""); in TEST_F()
99 EXPECT_DEATH(env_->CallStaticObjectMethodArray(cls, nullptr, nullptr), ""); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h323 …ets_object (*CallStaticObjectMethodArray)(EtsEnv *env, ets_class cls, ets_method p_method, ets_val… member
1079 ets_object CallStaticObjectMethodArray(ets_class cls, ets_method method_id, ets_value *args) in CallStaticObjectMethodArray() function
1081 return native_interface->CallStaticObjectMethodArray(this, cls, method_id, args); in CallStaticObjectMethodArray()
Dets_napi_native_interface.cpp1535 NO_UB_SANITIZE static ets_object CallStaticObjectMethodArray(EtsEnv *env, [[maybe_unused]] ets_clas… in CallStaticObjectMethodArray() function
2983 CallStaticObjectMethodArray,