Searched refs:CallIntMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 79 return env->CallIntMethodList(obj, methodId, args); in CallIntMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 229 ets_int (*CallIntMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member 718 ets_int res = native_interface->CallIntMethodList(this, obj, method_id, args); in CallIntMethod() 722 ets_int CallIntMethodList(ets_object obj, ets_method method_id, va_list args) in CallIntMethodList() function 724 return native_interface->CallIntMethodList(this, obj, method_id, args); in CallIntMethodList()
|
| D | ets_napi_native_interface.cpp | 867 NO_UB_SANITIZE static ets_int CallIntMethodList(EtsEnv *env, ets_object obj, ets_method methodId, v… in CallIntMethodList() function 881 ets_int res = CallIntMethodList(env, obj, methodId, args); in CallIntMethod() 2820 CallIntMethodList,
|