Searched refs:CallStaticBooleanMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 203 return env->CallStaticBooleanMethodList(cls, methodId, args); in CallStaticBooleanMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 317 …ets_boolean (*CallStaticBooleanMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_lis… member 1055 ets_boolean res = native_interface->CallStaticBooleanMethodList(this, cls, method_id, args); in CallStaticBooleanMethod() 1059 ets_boolean CallStaticBooleanMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticBooleanMethodList() function 1061 return native_interface->CallStaticBooleanMethodList(this, cls, method_id, args); in CallStaticBooleanMethodList()
|
| D | ets_napi_native_interface.cpp | 1540 NO_UB_SANITIZE static ets_boolean CallStaticBooleanMethodList(EtsEnv *env, [[maybe_unused]] ets_cla… in CallStaticBooleanMethodList() function 1554 ets_boolean res = CallStaticBooleanMethodList(env, cls, methodId, args); in CallStaticBooleanMethod() 2888 CallStaticBooleanMethodList,
|