Searched refs:CallStaticDoubleMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 253 return env->CallStaticDoubleMethodList(cls, methodId, args); in CallStaticDoubleMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 338 …ets_double (*CallStaticDoubleMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list … member 1167 ets_double res = native_interface->CallStaticDoubleMethodList(this, cls, method_id, args); in CallStaticDoubleMethod() 1171 ets_double CallStaticDoubleMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticDoubleMethodList() function 1173 return native_interface->CallStaticDoubleMethodList(this, cls, method_id, args); in CallStaticDoubleMethodList()
|
| D | ets_napi_native_interface.cpp | 1736 NO_UB_SANITIZE static ets_double CallStaticDoubleMethodList(EtsEnv *env, [[maybe_unused]] ets_class… in CallStaticDoubleMethodList() function 1750 ets_double res = CallStaticDoubleMethodList(env, cls, methodId, args); in CallStaticDoubleMethod() 2909 CallStaticDoubleMethodList,
|