Searched refs:CallStaticObjectMethodArray (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_3.cpp | 53 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/ |
| D | ets_napi.h | 323 …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()
|
| D | ets_napi_native_interface.cpp | 1535 NO_UB_SANITIZE static ets_object CallStaticObjectMethodArray(EtsEnv *env, [[maybe_unused]] ets_clas… in CallStaticObjectMethodArray() function 2983 CallStaticObjectMethodArray,
|