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.h316 …ets_object (*CallStaticObjectMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list … member
1041 ets_object res = nativeInterface->CallStaticObjectMethodList(this, cls, method_id, args); in CallStaticObjectMethod()
1045 ets_object CallStaticObjectMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticObjectMethodList() function
1047 return nativeInterface->CallStaticObjectMethodList(this, cls, method_id, args); in CallStaticObjectMethodList()
Dets_napi_native_interface.cpp1510 NO_UB_SANITIZE static ets_object CallStaticObjectMethodList(EtsEnv *env, [[maybe_unused]] ets_class… in CallStaticObjectMethodList() function
1524 ets_object res = CallStaticObjectMethodList(env, cls, methodId, args); in CallStaticObjectMethod()
2821 CallStaticObjectMethodList,