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.h319 …ets_boolean (*CallStaticBooleanMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_lis… member
1057 ets_boolean res = nativeInterface->CallStaticBooleanMethodList(this, cls, method_id, args); in CallStaticBooleanMethod()
1061 ets_boolean CallStaticBooleanMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticBooleanMethodList() function
1063 return nativeInterface->CallStaticBooleanMethodList(this, cls, method_id, args); in CallStaticBooleanMethodList()
Dets_napi_native_interface.cpp1538 NO_UB_SANITIZE static ets_boolean CallStaticBooleanMethodList(EtsEnv *env, [[maybe_unused]] ets_cla… in CallStaticBooleanMethodList() function
1552 ets_boolean res = CallStaticBooleanMethodList(env, cls, methodId, args); in CallStaticBooleanMethod()
2824 CallStaticBooleanMethodList,