Searched refs:CallStaticVoidMethodArray (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
| D | InterfaceNativeTest.cpp | 36 env->CallStaticVoidMethodArray(cls, method, arr); in ETS_InterfaceNativeTest_InterfaceNativeTest_testChar()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_3.cpp | 52 EXPECT_DEATH(env_->CallStaticVoidMethodArray(nullptr, nullptr, nullptr), ""); in TEST_F() 98 EXPECT_DEATH(env_->CallStaticVoidMethodArray(cls, nullptr, nullptr), ""); in TEST_F() 241 env_->CallStaticVoidMethodArray(cls, voidId, voidArgs.data()); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 350 …void (*CallStaticVoidMethodArray)(EtsEnv *env, ets_class cls, ets_method p_method, ets_value *args… member 1222 void CallStaticVoidMethodArray(ets_class cls, ets_method method_id, ets_value *args) in CallStaticVoidMethodArray() function 1224 native_interface->CallStaticVoidMethodArray(this, cls, method_id, args); in CallStaticVoidMethodArray()
|
| D | ets_napi_native_interface.cpp | 1787 NO_UB_SANITIZE static void CallStaticVoidMethodArray(EtsEnv *env, [[maybe_unused]] ets_class cls, e… in CallStaticVoidMethodArray() function 3010 CallStaticVoidMethodArray,
|