Searched refs:CallStaticByteMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 210 return env->CallStaticByteMethodList(cls, methodId, args); in CallStaticByteMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 320 …ets_byte (*CallStaticByteMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list args… member 1071 ets_byte res = native_interface->CallStaticByteMethodList(this, cls, method_id, args); in CallStaticByteMethod() 1075 ets_byte CallStaticByteMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticByteMethodList() function 1077 return native_interface->CallStaticByteMethodList(this, cls, method_id, args); in CallStaticByteMethodList()
|
| D | ets_napi_native_interface.cpp | 1568 NO_UB_SANITIZE static ets_byte CallStaticByteMethodList(EtsEnv *env, [[maybe_unused]] ets_class cls, in CallStaticByteMethodList() function 1582 ets_byte res = CallStaticByteMethodList(env, cls, methodId, args); in CallStaticByteMethod() 2891 CallStaticByteMethodList,
|