Home
last modified time | relevance | path

Searched refs:CallByteMethodList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h58 return env->CallByteMethodList(obj, methodId, args); in CallByteMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h220 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()
Dets_napi_native_interface.cpp780 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,