Searched refs:CallStaticIntMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 231 return env->CallStaticIntMethodList(cls, methodId, args); in CallStaticIntMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 329 … ets_int (*CallStaticIntMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list args); member 1119 ets_int res = native_interface->CallStaticIntMethodList(this, cls, method_id, args); in CallStaticIntMethod() 1123 ets_int CallStaticIntMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticIntMethodList() function 1125 return native_interface->CallStaticIntMethodList(this, cls, method_id, args); in CallStaticIntMethodList()
|
| D | ets_napi_native_interface.cpp | 1652 NO_UB_SANITIZE static ets_int CallStaticIntMethodList(EtsEnv *env, [[maybe_unused]] ets_class cls, … in CallStaticIntMethodList() function 1666 ets_int res = CallStaticIntMethodList(env, cls, methodId, args); in CallStaticIntMethod() 2900 CallStaticIntMethodList,
|