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 | 316 …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()
|
| D | ets_napi_native_interface.cpp | 1510 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,
|