Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h79 return env->CallIntMethodList(obj, methodId, args); in CallIntMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h231 ets_int (*CallIntMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member
720 ets_int res = nativeInterface->CallIntMethodList(this, obj, method_id, args); in CallIntMethod()
724 ets_int CallIntMethodList(ets_object obj, ets_method method_id, va_list args) in CallIntMethodList() function
726 return nativeInterface->CallIntMethodList(this, obj, method_id, args); in CallIntMethodList()
Dets_napi_native_interface.cpp865 NO_UB_SANITIZE static ets_int CallIntMethodList(EtsEnv *env, ets_object obj, ets_method methodId, v… in CallIntMethodList() function
879 ets_int res = CallIntMethodList(env, obj, methodId, args); in CallIntMethod()
2756 CallIntMethodList,