Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h245 return env->CallStaticFloatMethodList(cls, methodId, args); in CallStaticFloatMethodListHelper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h335 …ets_float (*CallStaticFloatMethodList)(EtsEnv *env, ets_class cls, ets_method p_method, va_list ar… member
1151 ets_float res = native_interface->CallStaticFloatMethodList(this, cls, method_id, args); in CallStaticFloatMethod()
1155 ets_float CallStaticFloatMethodList(ets_class cls, ets_method method_id, va_list args) in CallStaticFloatMethodList() function
1157 return native_interface->CallStaticFloatMethodList(this, cls, method_id, args); in CallStaticFloatMethodList()
Dets_napi_native_interface.cpp1708 NO_UB_SANITIZE static ets_float CallStaticFloatMethodList(EtsEnv *env, [[maybe_unused]] ets_class c… in CallStaticFloatMethodList() function
1722 ets_float res = CallStaticFloatMethodList(env, cls, methodId, args); in CallStaticFloatMethod()
2906 CallStaticFloatMethodList,