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.h229 ets_int (*CallIntMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list args); member
718 ets_int res = native_interface->CallIntMethodList(this, obj, method_id, args); in CallIntMethod()
722 ets_int CallIntMethodList(ets_object obj, ets_method method_id, va_list args) in CallIntMethodList() function
724 return native_interface->CallIntMethodList(this, obj, method_id, args); in CallIntMethodList()
Dets_napi_native_interface.cpp867 NO_UB_SANITIZE static ets_int CallIntMethodList(EtsEnv *env, ets_object obj, ets_method methodId, v… in CallIntMethodList() function
881 ets_int res = CallIntMethodList(env, obj, methodId, args); in CallIntMethod()
2820 CallIntMethodList,