Searched refs:CallObjectMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 44 return env->CallObjectMethodList(obj, methodId, args); in CallObjectMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 214 …ets_object (*CallObjectMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member 638 ets_object res = native_interface->CallObjectMethodList(this, obj, method_id, args); in CallObjectMethod() 642 ets_object CallObjectMethodList(ets_object obj, ets_method method_id, va_list args) in CallObjectMethodList() function 644 return native_interface->CallObjectMethodList(this, obj, method_id, args); in CallObjectMethodList()
|
| D | ets_napi_native_interface.cpp | 722 NO_UB_SANITIZE static ets_object CallObjectMethodList(EtsEnv *env, ets_object obj, ets_method metho… in CallObjectMethodList() function 736 ets_object res = CallObjectMethodList(env, obj, methodId, args); in CallObjectMethod() 2805 CallObjectMethodList,
|