Home
last modified time | relevance | path

Searched refs:CallObjectMethod (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_1.cpp40 EXPECT_DEATH(env_->CallObjectMethod(nullptr, nullptr), ""); in TEST_F()
86 EXPECT_DEATH(env_->CallObjectMethod(obj, nullptr), ""); in TEST_F()
Dcalling_methods_test_4.cpp64 EXPECT_DEATH(env_->CallObjectMethod(nullptr, objectId), ""); in TEST_F()
78 EXPECT_DEATH(env_->CallObjectMethod(nullptr, objectId), ""); in TEST_F()
Dcalling_methods_test_6.cpp308 ets_object a_obj_from_direct_calls = env->CallObjectMethod(obj, object_id); in TEST_F()
Dcalling_methods_test_2.cpp118 ets_object aObj = env_->CallObjectMethod(obj, objectId); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp570 auto errorString = env->CallObjectMethod(error, toStringMethod); in ErrorDescribe()
731 NO_UB_SANITIZE static ets_object CallObjectMethod(EtsEnv *env, ets_object obj, ets_method methodId,… in CallObjectMethod() function
2804 CallObjectMethod,
Dets_napi.h213 ets_object (*CallObjectMethod)(EtsEnv *env, ets_object obj, ets_method p_method, ...); member
634 ets_object CallObjectMethod(ets_object obj, ets_method method_id, ...) in CallObjectMethod() function