Searched refs:CallStaticShortMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 224 return env->CallStaticShortMethodList(cls, methodId, args); in CallStaticShortMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 326 …ets_short (*CallStaticShortMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list ar… member 1103 ets_short res = native_interface->CallStaticShortMethodList(this, cls, method_id, args); in CallStaticShortMethod() 1107 ets_short CallStaticShortMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticShortMethodList() function 1109 return native_interface->CallStaticShortMethodList(this, cls, method_id, args); in CallStaticShortMethodList()
|
| D | ets_napi_native_interface.cpp | 1624 NO_UB_SANITIZE static ets_short CallStaticShortMethodList(EtsEnv *env, [[maybe_unused]] ets_class c… in CallStaticShortMethodList() function 1638 ets_short res = CallStaticShortMethodList(env, cls, methodId, args); in CallStaticShortMethod() 2897 CallStaticShortMethodList,
|