Searched refs:CallObjectMethod (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_1.cpp | 40 EXPECT_DEATH(env_->CallObjectMethod(nullptr, nullptr), ""); in TEST_F() 86 EXPECT_DEATH(env_->CallObjectMethod(obj, nullptr), ""); in TEST_F()
|
| D | calling_methods_test_4.cpp | 64 EXPECT_DEATH(env_->CallObjectMethod(nullptr, objectId), ""); in TEST_F() 78 EXPECT_DEATH(env_->CallObjectMethod(nullptr, objectId), ""); in TEST_F()
|
| D | calling_methods_test_6.cpp | 308 ets_object a_obj_from_direct_calls = env->CallObjectMethod(obj, object_id); in TEST_F()
|
| D | calling_methods_test_2.cpp | 118 ets_object aObj = env_->CallObjectMethod(obj, objectId); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 570 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,
|
| D | ets_napi.h | 213 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
|