Searched refs:CallStaticObjectMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 195 return env->CallStaticObjectMethodList(cls, methodId, args); in CallStaticObjectMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 314 …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()
|
| D | ets_napi_native_interface.cpp | 1512 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,
|