Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h203 return env->CallStaticBooleanMethodList(cls, methodId, args); in CallStaticBooleanMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h317 …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()
Dets_napi_native_interface.cpp1540 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,