Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h237 ets_int (*CallIntMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member
754 ets_int CallIntMethodList(ets_object obj, ets_method method_id, va_list args) in CallIntMethodList() function
Dets_napi_native_interface.cpp871 NO_UB_SANITIZE static ets_int CallIntMethodList(EtsEnv *env, ets_object obj, ets_method methodId, v… in CallIntMethodList() function