Searched refs:CallByteMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 58 return env->CallByteMethodList(obj, methodId, args); in CallByteMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 220 ets_byte (*CallByteMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member 670 ets_byte res = native_interface->CallByteMethodList(this, obj, method_id, args); in CallByteMethod() 674 ets_byte CallByteMethodList(ets_object obj, ets_method method_id, va_list args) in CallByteMethodList() function 676 return native_interface->CallByteMethodList(this, obj, method_id, args); in CallByteMethodList()
|
| D | ets_napi_native_interface.cpp | 780 NO_UB_SANITIZE static ets_byte CallByteMethodList(EtsEnv *env, ets_object obj, ets_method methodId,… in CallByteMethodList() function 794 ets_byte res = CallByteMethodList(env, obj, methodId, args); in CallByteMethod() 2811 CallByteMethodList,
|