Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h124 return env->CallNonvirtualBooleanMethodList(obj, cls, methodId, args); in CallNonvirtualBooleanMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h258 …ets_boolean (*CallNonvirtualBooleanMethodList)(EtsEnv *env, ets_object obj, ets_class cls, ets_met… member
846 …ets_boolean res = native_interface->CallNonvirtualBooleanMethodList(this, obj, cls, method_id, arg… in CallNonvirtualBooleanMethod()
850 …ets_boolean CallNonvirtualBooleanMethodList(ets_object obj, ets_class cls, ets_method method_id, v… in CallNonvirtualBooleanMethodList() function
852 return native_interface->CallNonvirtualBooleanMethodList(this, obj, cls, method_id, args); in CallNonvirtualBooleanMethodList()
Dets_napi_native_interface.cpp1049 NO_UB_SANITIZE static ets_boolean CallNonvirtualBooleanMethodList(EtsEnv *env, ets_object obj, in CallNonvirtualBooleanMethodList() function
1066 ets_boolean res = CallNonvirtualBooleanMethodList(env, obj, cls, methodId, args); in CallNonvirtualBooleanMethod()
2935 CallNonvirtualBooleanMethodList,