Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h195 return env->CallStaticObjectMethodList(cls, methodId, args); in CallStaticObjectMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h314 …ets_object (*CallStaticObjectMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list … member
1039 ets_object res = native_interface->CallStaticObjectMethodList(this, cls, method_id, args); in CallStaticObjectMethod()
1043 ets_object CallStaticObjectMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticObjectMethodList() function
1045 return native_interface->CallStaticObjectMethodList(this, cls, method_id, args); in CallStaticObjectMethodList()
Dets_napi_native_interface.cpp1512 NO_UB_SANITIZE static ets_object CallStaticObjectMethodList(EtsEnv *env, [[maybe_unused]] ets_class… in CallStaticObjectMethodList() function
1526 ets_object res = CallStaticObjectMethodList(env, cls, methodId, args); in CallStaticObjectMethod()
2885 CallStaticObjectMethodList,