Searched refs:CallStaticFloatMethodList (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | calling_methods_test_helper.h | 245 return env->CallStaticFloatMethodList(cls, methodId, args); in CallStaticFloatMethodListHelper()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi.h | 335 …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()
|
| D | ets_napi_native_interface.cpp | 1708 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,
|