Home
last modified time | relevance | path

Searched defs:parametersNum (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.h59 EtsMethod *GetEtsMethod(uint32_t parametersNum) const in GetEtsMethod()
64 Method *GetMethod(uint32_t parametersNum) const in GetMethod()
Dets_method_set.h65 ALWAYS_INLINE EtsMethod *GetMethod(uint32_t parametersNum) const in GetMethod()
Dets_method_wrapper.cpp178 …tsMethod *, const char *> FindSuitableMethod(const EtsMethodSet *methodSet, uint32_t parametersNum) in FindSuitableMethod()