Home
last modified time | relevance | path

Searched defs:singleMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_set.h33 static EtsMethodSet Create(Method *singleMethod) in Create()
112 explicit EtsMethodSet(EtsMethod *singleMethod, EtsClass *enclosingClass) in EtsMethodSet()
Dets_method_set.cpp24 EtsMethodSet EtsMethodSet::Create(EtsMethod *singleMethod) in Create()