Home
last modified time | relevance | path

Searched defs:CallByteMethodList (Results 1 – 2 of 2) sorted by relevance

/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
675 ets_byte CallByteMethodList(ets_object obj, ets_method method_id, va_list args) in CallByteMethodList() function
Dets_napi_native_interface.cpp780 NO_UB_SANITIZE static ets_byte CallByteMethodList(EtsEnv *env, ets_object obj, ets_method methodId,… in CallByteMethodList() function