Home
last modified time | relevance | path

Searched defs:etsMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethod *etsMethod, EtsClassWrap… in CreateMethod()
35 …nique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateFunction(InteropCtx *ctx, EtsMethod *etsMethod) in CreateFunction()
51 EtsMethodWrapper *EtsMethodWrapper::GetMethod(InteropCtx *ctx, EtsMethod *etsMethod) in GetMethod()
66 EtsMethodWrapper *EtsMethodWrapper::GetFunction(InteropCtx *ctx, EtsMethod *etsMethod) in GetFunction()
Dets_method_wrapper.h70 EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(lazyLink.GetUnresolved()); in ResolveLazyLink() local
Dets_proxy.cpp38 EtsMethod *etsMethod = etsClass->GetDirectMethod(methodName.data()); in GetETSFunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h278 static Method *ToRuntimeMethod(EtsMethod *etsMethod) in ToRuntimeMethod()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp314 auto etsMethod = EtsMethod::FromRuntimeMethod(method); in EtsNapiBegin() local