Searched refs:CallStaticObjectMethod (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 53 *ret = static_cast<R>(env_->CallStaticObjectMethod(cls, fn, args...)); in CallEtsFuntion()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_3.cpp | 41 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/ |
| D | ets_napi.h | 313 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
|
| D | ets_napi_native_interface.cpp | 1521 NO_UB_SANITIZE static ets_object CallStaticObjectMethod(EtsEnv *env, ets_class cls, ets_method meth… in CallStaticObjectMethod() function 2884 CallStaticObjectMethod,
|