Searched refs:CallBooleanMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 51 return env->CallBooleanMethodList(obj, methodId, args); in CallBooleanMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 217 …ets_boolean (*CallBooleanMethodList)(EtsEnv *env, ets_object obj, ets_method p_method, va_list arg… member 654 ets_boolean res = native_interface->CallBooleanMethodList(this, obj, method_id, args); in CallBooleanMethod() 658 ets_boolean CallBooleanMethodList(ets_object obj, ets_method method_id, va_list args) in CallBooleanMethodList() function 660 return native_interface->CallBooleanMethodList(this, obj, method_id, args); in CallBooleanMethodList()
|
| D | ets_napi_native_interface.cpp | 751 NO_UB_SANITIZE static ets_boolean CallBooleanMethodList(EtsEnv *env, ets_object obj, ets_method met… in CallBooleanMethodList() function 765 ets_boolean res = CallBooleanMethodList(env, obj, methodId, args); in CallBooleanMethod() 2808 CallBooleanMethodList,
|