Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h253 return env->CallStaticDoubleMethodList(cls, methodId, args); in CallStaticDoubleMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h338 …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()
Dets_napi_native_interface.cpp1736 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,