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 | 222 ets_byte (*CallByteMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member 672 ets_byte res = nativeInterface->CallByteMethodList(this, obj, method_id, args); in CallByteMethod() 676 ets_byte CallByteMethodList(ets_object obj, ets_method method_id, va_list args) in CallByteMethodList() function 678 return nativeInterface->CallByteMethodList(this, obj, method_id, args); in CallByteMethodList()
|
| D | ets_napi_native_interface.cpp | 778 NO_UB_SANITIZE static ets_byte CallByteMethodList(EtsEnv *env, ets_object obj, ets_method methodId,… in CallByteMethodList() function 792 ets_byte res = CallByteMethodList(env, obj, methodId, args); in CallByteMethod() 2747 CallByteMethodList,
|