Home
last modified time | relevance | path

Searched refs:CallStaticByteMethodList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h210 return env->CallStaticByteMethodList(cls, methodId, args); in CallStaticByteMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h320 …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()
Dets_napi_native_interface.cpp1568 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,