Home
last modified time | relevance | path

Searched refs:CallStaticObjectMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h53 *ret = static_cast<R>(env_->CallStaticObjectMethod(cls, fn, args...)); in CallEtsFuntion()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_3.cpp41 EXPECT_DEATH(env_->CallStaticObjectMethod(nullptr, nullptr), ""); in TEST_F()
87 EXPECT_DEATH(env_->CallStaticObjectMethod(cls, nullptr), ""); in TEST_F()
202 ets_object aObj = env_->CallStaticObjectMethod(cls, objectId); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h313 ets_object (*CallStaticObjectMethod)(EtsEnv *env, ets_class cls, ets_method p_method, ...); member
1035 ets_object CallStaticObjectMethod(ets_class cls, ets_method method_id, ...) in CallStaticObjectMethod() function
Dets_napi_native_interface.cpp1521 NO_UB_SANITIZE static ets_object CallStaticObjectMethod(EtsEnv *env, ets_class cls, ets_method meth… in CallStaticObjectMethod() function
2884 CallStaticObjectMethod,